diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-11 09:32:37 +0100 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-11 09:32:37 +0100 |
commit | ae3fe30b6a1d4a45a34b3a896e9a4997c5da500f (patch) | |
tree | f3380868382942a16524574b159dc0803182df90 /uhttpd.h | |
parent | db79faae848e9ca5ed1c5b62cdd9d01650687fff (diff) |
fixes for json 0.12
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'uhttpd.h')
-rw-r--r-- | uhttpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |