change the include path for list.h in jshn.c
This commit is contained in:
parent
d6ebb84ad6
commit
f1a44355bd
1 changed files with 1 additions and 1 deletions
2
jshn.c
2
jshn.c
|
@ -1,11 +1,11 @@
|
||||||
#include <json/json.h>
|
#include <json/json.h>
|
||||||
#include <libubox/list.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
#include "list.h"
|
||||||
|
|
||||||
#define MAX_VARLEN 256
|
#define MAX_VARLEN 256
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue