diff --git a/example/jsondump.c b/example/jsondump.c index 7be6287..cf08c5c 100644 --- a/example/jsondump.c +++ b/example/jsondump.c @@ -1,5 +1,6 @@ #include #include +#include #include #include #include "../jsmn.h" diff --git a/example/simple.c b/example/simple.c index a6f8e6a..de44883 100644 --- a/example/simple.c +++ b/example/simple.c @@ -1,4 +1,5 @@ #include +#include #include #include "../jsmn.h" diff --git a/jsmn.c b/jsmn.c index 2809669..bbf013d 100644 --- a/jsmn.c +++ b/jsmn.c @@ -1,5 +1,3 @@ -#include - #include "jsmn.h" /**