components/jansson/patches/002-usr-include-jansson.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Sat, 14 Jan 2017 13:51:41 -0800
changeset 7578 0d6f61408e89
parent 3507 b3ef79838e0b
permissions -rw-r--r--
25395691 cannot install new pulseaudio package with de_CH enabled (fix pkgfmt)

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