summaryrefslogtreecommitdiff
path: root/handler.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-09-24 11:56:43 +0200
committerFelix Fietkau <nbd@openwrt.org>2013-10-22 14:10:33 +0200
commit98ffa1331519ed3dd84bd351652ae0fde3df8c93 (patch)
tree9a41c5fdda813265e28d9327af51f8848440b4c0 /handler.h
parent72adf25cf21490aef012bb9314357f9b381934f9 (diff)
downloadnetifd-98ffa1331519ed3dd84bd351652ae0fde3df8c93.tar.gz
handler: include config.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 d4b0334..ca74aa6 100644
--- a/handler.h
+++ b/handler.h
@@ -15,6 +15,7 @@
#define __NETIFD_HANDLER_H
#include <libubox/blobmsg_json.h>
+#include "config.h"
typedef void (*script_dump_cb)(const char *script, const char *name, json_object *obj);