components/jansson/patches/002-usr-include-jansson.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Fri, 30 Sep 2016 21:33:56 -0700
changeset 7017 25872950aa80
parent 3507 b3ef79838e0b
permissions -rw-r--r--
24476452 The Horizon plugin ironic-ui should be added to Userland (fix pkgmerge)

Tomas Heran <[email protected]>
Reported upstream as https://github.com/akheron/jansson/issues/209

diff -r 10395313a7ae -r 1834d7632071 src/jansson.h
--- a/src/jansson.h	Tue Oct 28 17:05:35 2014 +0100
+++ b/src/jansson.h	Thu Nov 27 11:50:46 2014 +0100
@@ -12,7 +12,7 @@
 #include <stdlib.h>  /* for size_t */
 #include <stdarg.h>
 
-#include <jansson_config.h>
+#include "jansson_config.h"
 
 #ifdef __cplusplus
 extern "C" {