components/jansson/patches/002-usr-include-jansson.patch
author Stephen Gaul Jr <steve.gaul@oracle.com>
Fri, 03 Jun 2016 09:30:42 -0700
changeset 6133 73641150a4de
parent 3507 b3ef79838e0b
permissions -rw-r--r--
PSARC/2016/217 Smartcard Reintroduction PSARC/2016/218 USB CCID PSARC/2016/221 PC/SC Lite smartcard middleware 22017759 Add pcsclite v1.8.14 to Userland consolidation 22017751 Add libccid v1.4.20 to Userland consolidation

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" {