diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-08-13 23:07:24 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-08-13 23:07:24 +0200 |
commit | 4716798f0c6ecf7953edee5bcc6eb34dc76f27b4 (patch) | |
tree | 5a0013a05b759cc986e6e56ef5dc85e401b51ccf /handler.h | |
parent | 732074385389b1bb766a0b09b967d6883c357813 (diff) |
handler: explicitly include json.h
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'handler.h')
-rw-r--r-- | handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |