summaryrefslogtreecommitdiff
path: root/handler.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-08-13 23:07:24 +0200
committerFelix Fietkau <nbd@openwrt.org>2014-08-13 23:07:24 +0200
commit4716798f0c6ecf7953edee5bcc6eb34dc76f27b4 (patch)
tree5a0013a05b759cc986e6e56ef5dc85e401b51ccf /handler.h
parent732074385389b1bb766a0b09b967d6883c357813 (diff)
downloadnetifd-4716798f0c6ecf7953edee5bcc6eb34dc76f27b4.tar.gz
handler: explicitly include json.h
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'handler.h')
-rw-r--r--handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/handler.h b/handler.h
index ca74aa6..baf9c3c 100644
--- 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);