fix for json 0.12

Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
John Crispin 2015-03-08 15:04:13 +01:00
parent 805e8ce891
commit b71df5b75f

View file

@ -33,7 +33,7 @@
#include <libubox/blobmsg_json.h> #include <libubox/blobmsg_json.h>
#include <libubus.h> #include <libubus.h>
#include <json/json.h> #include <json-c/json.h>
#include <rpcd/exec.h> #include <rpcd/exec.h>
#include <rpcd/session.h> #include <rpcd/session.h>