From f1a44355bd432964d13ab3a2bb2c5f5b0ef9dfcb Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 12 Aug 2011 11:12:50 -0600 Subject: [PATCH] change the include path for list.h in jshn.c --- jshn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0