aboutsummaryrefslogtreecommitdiff
path: root/json/jsonparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'json/jsonparse.c')
-rw-r--r--json/jsonparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/jsonparse.c b/json/jsonparse.c
index 65fe3e9..769bc03 100644
--- a/json/jsonparse.c
+++ b/json/jsonparse.c
@@ -3,7 +3,7 @@
#include <string.h>
#include <stdint.h>
-#include <jsonparse.h>
+#include "jsonparse.h"
void substr_token (char *json, char *temp, jsmntok_t *t) {
memcpy(temp, json+t->start, t->end - t->start);