Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-03-02 19:19:30 +0400
committerFelix Fietkau <nbd@openwrt.org>2013-03-02 19:21:11 +0400
commitb2010c706c85c621d5795304fd94711eb400321a (patch)
tree83778424d019bebdab21c2419c66b3e5b6d33dd0 /json_script.c
parent38ea521911a1bf01b3714f1dfc725e941159c0f1 (diff)
json_script: do not rely on global includes for other libubox header files
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'json_script.c')
-rw-r--r--json_script.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/json_script.c b/json_script.c
index bc23754..a288214 100644
--- a/json_script.c
+++ b/json_script.c
@@ -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 {