projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7320743
)
handler: explicitly include json.h
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 13 Aug 2014 21:07:24 +0000
(23:07 +0200)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/handler.h
b/handler.h
index ca74aa64526bb3ab3ab0c488f1fdf3421b265c7a..baf9c3c6c86c3137e1e727234031d4bc02df41b0 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);