diff options
Diffstat (limited to 'json/jsonparse.h')
-rw-r--r-- | json/jsonparse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/jsonparse.h b/json/jsonparse.h index 87a8960..46f17c1 100644 --- a/json/jsonparse.h +++ b/json/jsonparse.h @@ -2,7 +2,7 @@ #define JSONPARSE_H #define JSMN_STATIC -#include <jsmn.h> +#include "jsmn.h" #define MAXTOKENS 2048 |