mirror of
https://github.com/openwrt/routing.git
synced 2026-07-16 23:21:54 +04:00
bmx6: fix json.h include
unbreaks json plugin Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
Reference in New Issue
Block a user