summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2020-05-10 04:04:28 +0000
committerEric Haszlakiewicz <erh+git@nimenees.com>2020-05-10 04:04:28 +0000
commit26f080997d41cfdb17beab65e90c82217d0ac43b (patch)
tree3dcb47463678928df0612e9a35e8f56f7af3f42d
parent06742d6277986c9332917ac4bc18a6d526d9f004 (diff)
downloadjson-c-26f080997d41cfdb17beab65e90c82217d0ac43b.tar.gz
Fix snprintf on windows problem for test4.
-rw-r--r--tests/test4.c1
1 files changed, 1 insertions, 0 deletions
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)
{