diff options
Diffstat (limited to 'handler.h')
-rw-r--r-- | handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ #define __NETIFD_HANDLER_H #include <libubox/blobmsg_json.h> -#include <json/json.h> +#include <json-c/json.h> #include "config.h" typedef void (*script_dump_cb)(const char *script, const char *name, json_object *obj); |