json_script: do not rely on global includes for other libubox header files

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
Felix Fietkau 2013-03-02 16:19:30 +01:00
parent 38ea521911
commit b2010c706c
2 changed files with 5 additions and 6 deletions

View file

@ -16,8 +16,7 @@
#include <sys/stat.h>
#include <regex.h>
#include <libubox/avl-cmp.h>
#include "avl-cmp.h"
#include "json_script.h"
struct json_call {