fix for json 0.12
authorJohn Crispin <blogic@openwrt.org>
Sun, 8 Mar 2015 14:04:13 +0000 (15:04 +0100)
committerJohn Crispin <blogic@openwrt.org>
Sun, 8 Mar 2015 14:04:13 +0000 (15:04 +0100)
Signed-off-by: John Crispin <blogic@openwrt.org>
include/rpcd/plugin.h

index 3f992dc..8a1178d 100644 (file)
@@ -33,7 +33,7 @@
 
 #include <libubox/blobmsg_json.h>
 #include <libubus.h>
-#include <json/json.h>
+#include <json-c/json.h>
 
 #include <rpcd/exec.h>
 #include <rpcd/session.h>