summaryrefslogtreecommitdiff
path: root/uhttpd.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-11 09:32:37 +0100
committerJohn Crispin <blogic@openwrt.org>2015-03-11 09:32:37 +0100
commitae3fe30b6a1d4a45a34b3a896e9a4997c5da500f (patch)
treef3380868382942a16524574b159dc0803182df90 /uhttpd.h
parentdb79faae848e9ca5ed1c5b62cdd9d01650687fff (diff)
fixes for json 0.12
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'uhttpd.h')
-rw-r--r--uhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uhttpd.h b/uhttpd.h
index 9bf8cbb..1c82d76 100644
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -31,7 +31,7 @@
#include <libubox/utils.h>
#ifdef HAVE_UBUS
#include <libubus.h>
-#include <json/json.h>
+#include <json-c/json.h>
#endif
#ifdef HAVE_TLS
#include <libubox/ustream-ssl.h>