From 26f080997d41cfdb17beab65e90c82217d0ac43b Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 10 May 2020 04:04:28 +0000 Subject: [PATCH] Fix snprintf on windows problem for test4. --- tests/test4.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test4.c b/tests/test4.c index 7d3d0be..288cec1 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) { -- 2.50.1