diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-06 17:46:04 +0100 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-06 17:46:23 +0100 |
commit | 47d5be7160e33966f5ded484232d10dcc220f172 (patch) | |
tree | 0909757acc977952f23a77345eafe2060e273cf2 /plug | |
parent | b6777a45becef915d6a99f01e044ad508bb278c6 (diff) | |
download | unitd-47d5be7160e33966f5ded484232d10dcc220f172.tar unitd-47d5be7160e33966f5ded484232d10dcc220f172.zip |
json 0.12 fixes
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'plug')
-rw-r--r-- | plug/hotplug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plug/hotplug.c b/plug/hotplug.c index 061833a..6df7971 100644 --- a/plug/hotplug.c +++ b/plug/hotplug.c @@ -22,7 +22,7 @@ #include <libubox/blobmsg_json.h> #include <libubox/json_script.h> #include <libubox/uloop.h> -#include <json/json.h> +#include <json-c/json.h> #include <fcntl.h> #include <unistd.h> |