From: Felix Fietkau Date: Fri, 12 Aug 2011 17:12:50 +0000 (-0600) Subject: change the include path for list.h in jshn.c X-Git-Url: https://git.archive.openwrt.org/?p=project%2Flibubox.git;a=commitdiff_plain;h=f1a44355bd432964d13ab3a2bb2c5f5b0ef9dfcb change the include path for list.h in jshn.c --- diff --git a/jshn.c b/jshn.c index e2f0b83..88e31d1 100644 --- a/jshn.c +++ b/jshn.c @@ -1,11 +1,11 @@ #include -#include #include #include #include #include #include #include +#include "list.h" #define MAX_VARLEN 256