bmx6: fix json.h include 84/head
authorDaniel Golle <daniel@makrotopia.org>
Tue, 24 Mar 2015 18:27:04 +0000 (19:27 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 24 Mar 2015 18:27:04 +0000 (19:27 +0100)
unbreaks json plugin

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
bmx6/patches/001-json-c.patch [new file with mode: 0644]

diff --git a/bmx6/patches/001-json-c.patch b/bmx6/patches/001-json-c.patch
new file mode 100644 (file)
index 0000000..5d29dae
--- /dev/null
@@ -0,0 +1,13 @@
+Index: bmx6-r2014112401/lib/bmx6_json/json.c
+===================================================================
+--- bmx6-r2014112401.orig/lib/bmx6_json/json.c
++++ bmx6-r2014112401/lib/bmx6_json/json.c
+@@ -27,7 +27,7 @@
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <stdint.h>
+-#include <json/json.h>
++#include <json-c/json.h>
+ //#include <dirent.h>
+ //#include <sys/inotify.h>