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

John Crispin blogic at openwrt.org
Wed Mar 11 11:15:48 EDT 2015


Hi,

what kind of linker error are you seeing ?

	John

On 06/03/2015 11:41, Simon Hoinkis wrote:
> ---
>  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);
> 
_______________________________________________
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