diff options
author | del6597 <devnull@localhost> | 2013-07-19 00:23:58 -0400 |
---|---|---|
committer | del6597 <devnull@localhost> | 2013-07-19 00:23:58 -0400 |
commit | 07af5df94bd672ffd57428fc615c784e580b9fba (patch) | |
tree | 2697fefc3a245d927669152955b60de0574f4bec /jsmn.c | |
parent | f190d18a52e232125bcec9920df1cb171330078b (diff) | |
parent | 6f4e2f7a565fb779159a299efe6e1e5110c2f1a6 (diff) |
Removes the incorrect counting of tokens
Diffstat (limited to 'jsmn.c')
-rw-r--r-- | jsmn.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #include <stdlib.h> +#include <string.h> #include "jsmn.h" |