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
path: root/jshn.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-08-12 21:12:50 +0400
committerFelix Fietkau <nbd@openwrt.org>2011-08-12 21:12:50 +0400
commitf1a44355bd432964d13ab3a2bb2c5f5b0ef9dfcb (patch)
treeea552dcfb22c21fa5f0a3472ed1c029220758a68 /jshn.c
parentd6ebb84ad66b16ae896a797bd865a23c80eff4e4 (diff)
change the include path for list.h in jshn.c
Diffstat (limited to 'jshn.c')
-rw-r--r--jshn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jshn.c b/jshn.c
index e2f0b83..88e31d1 100644
--- 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