From e4d526a4033c4548dc3f9ade2ec14ff87b9455ea Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Mon, 14 Dec 2015 15:05:46 +0100 Subject: Fix deheader warnings Prior to this commit the output of deheader was: remove from ./jsmn.c in ./example/jsondump.c, realloc() portability requires . in ./example/simple.c, strtol() portability requires . saw 4 files, 16 includes, 1 removable --- example/jsondump.c | 1 + 1 file changed, 1 insertion(+) (limited to 'example/jsondump.c') 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 #include +#include #include #include #include "../jsmn.h" -- cgit v1.2.3