X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=blobmsg_json.h;h=5ea6f09683efa3853389cab4d9360e31cb19b9cf;hp=e8036eb09a737650d932613c02c6adb6d240e0a6;hb=6f2c688d68f57dedede87e08e74d82ac18244fa0;hpb=c8fc0897cdfff6393919030e24809e938ee5076f diff --git a/blobmsg_json.h b/blobmsg_json.h index e8036eb..5ea6f09 100644 --- a/blobmsg_json.h +++ b/blobmsg_json.h @@ -16,11 +16,8 @@ #ifndef __BLOBMSG_JSON_H #define __BLOBMSG_JSON_H -#ifdef JSONC - #include -#else - #include -#endif +struct json_object; +typedef struct json_object json_object; #include #include "blobmsg.h"