diff options
Diffstat (limited to 'example/jsondump.c')
-rw-r--r-- | example/jsondump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/jsondump.c b/example/jsondump.c index 7be628772..cf08c5ca5 100644 --- a/example/jsondump.c +++ b/example/jsondump.c @@ -1,5 +1,6 @@ #include <stdio.h> #include <stdlib.h> +#include <unistd.h> #include <string.h> #include <errno.h> #include "../jsmn.h" |