20102088 Include of jansson.h can't find jansson_config.h
authorTomas Heran <tomas.heran@oracle.com>
Wed, 03 Dec 2014 15:30:29 +0100
changeset 3507 b3ef79838e0b
parent 3500 2cce85bb343d
child 3508 fdf76823ed00
20102088 Include of jansson.h can't find jansson_config.h
components/jansson/patches/002-usr-include-jansson.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/jansson/patches/002-usr-include-jansson.patch	Wed Dec 03 15:30:29 2014 +0100
@@ -0,0 +1,15 @@
+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" {