handler: explicitly include json.h
authorFelix Fietkau <nbd@openwrt.org>
Wed, 13 Aug 2014 21:07:24 +0000 (23:07 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 13 Aug 2014 21:07:24 +0000 (23:07 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
handler.h

index ca74aa6..baf9c3c 100644 (file)
--- a/handler.h
+++ b/handler.h
@@ -15,6 +15,7 @@
 #define __NETIFD_HANDLER_H
 
 #include <libubox/blobmsg_json.h>
+#include <json/json.h>
 #include "config.h"
 
 typedef void (*script_dump_cb)(const char *script, const char *name, json_object *obj);