From b2010c706c85c621d5795304fd94711eb400321a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 2 Mar 2013 16:19:30 +0100 Subject: json_script: do not rely on global includes for other libubox header files Signed-off-by: Felix Fietkau --- json_script.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'json_script.c') 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 #include -#include - +#include "avl-cmp.h" #include "json_script.h" struct json_call { -- cgit v1.2.3