components/jansson/patches/002-usr-include-jansson.patch
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Tue, 11 Oct 2016 11:08:35 -0700
changeset 7086 bad5d0bc7457
parent 3507 b3ef79838e0b
permissions -rw-r--r--
24829846 libxklavier upgrade broke keyboard gnome-keyboard-properties

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