projects
/
project
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6ebb84
)
change the include path for list.h in jshn.c
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 12 Aug 2011 17:12:50 +0000
(11:12 -0600)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 12 Aug 2011 17:12:50 +0000
(11:12 -0600)
jshn.c
patch
|
blob
|
history
diff --git
a/jshn.c
b/jshn.c
index e2f0b83892349aeaa92bfb420baf09818899fcb3..88e31d1cd0a2243ae6c145b556b7b99119b53366 100644
(file)
--- a/
jshn.c
+++ b/
jshn.c
@@
-1,11
+1,11
@@
#include <json/json.h>
-#include <libubox/list.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include <ctype.h>
#include <getopt.h>
+#include "list.h"
#define MAX_VARLEN 256