system-linux: fix a glob related memleak
[project/netifd.git] / handler.h
index d4b0334..baf9c3c 100644 (file)
--- a/handler.h
+++ b/handler.h
@@ -15,6 +15,8 @@
 #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);