From: Eric Haszlakiewicz Date: Sun, 10 May 2020 04:04:28 +0000 (+0000) Subject: Fix snprintf on windows problem for test4. X-Git-Tag: json-c-0.15-20200726~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26f080997d41cfdb17beab65e90c82217d0ac43b;p=thirdparty%2Fjson-c.git Fix snprintf on windows problem for test4. --- diff --git a/tests/test4.c b/tests/test4.c index 7d3d0be1..288cec17 100644 --- a/tests/test4.c +++ b/tests/test4.c @@ -11,6 +11,7 @@ #include "json_inttypes.h" #include "json_object.h" #include "json_tokener.h" +#include "snprintf_compat.h" void print_hex(const char *s) {