summaryrefslogtreecommitdiff
path: root/jsmn.c
diff options
context:
space:
mode:
authordel6597 <devnull@localhost>2013-07-19 00:23:58 -0400
committerdel6597 <devnull@localhost>2013-07-19 00:23:58 -0400
commit07af5df94bd672ffd57428fc615c784e580b9fba (patch)
tree2697fefc3a245d927669152955b60de0574f4bec /jsmn.c
parentf190d18a52e232125bcec9920df1cb171330078b (diff)
parent6f4e2f7a565fb779159a299efe6e1e5110c2f1a6 (diff)
Removes the incorrect counting of tokens
Diffstat (limited to 'jsmn.c')
-rw-r--r--jsmn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/jsmn.c b/jsmn.c
index a9aa5fe4b..1091b9509 100644
--- a/jsmn.c
+++ b/jsmn.c
@@ -1,4 +1,5 @@
#include <stdlib.h>
+#include <string.h>
#include "jsmn.h"