[OpenWrt-Devel] [PATCH 2/2] Include bits.h in handler.h to prevent linker error

Simon Hoinkis simon.hoinkis at codethink.co.uk
Fri Mar 6 05:41:23 EST 2015


---
 handler.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/handler.h b/handler.h
index e3e2af5..d17674a 100644
--- a/handler.h
+++ b/handler.h
@@ -16,6 +16,7 @@
 
 #include <libubox/blobmsg_json.h>
 #include <json-c/json.h>
+#include <json-c/bits.h>
 #include "config.h"
 
 typedef void (*script_dump_cb)(const char *script, const char *name, json_object *obj);
-- 
1.8.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list