]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Fix snprintf on windows problem for test4.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 10 May 2020 04:04:28 +0000 (04:04 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 10 May 2020 04:04:28 +0000 (04:04 +0000)
tests/test4.c

index 7d3d0be168f21fc2784080f21fa506785616f0f9..288cec1792dbb6b63eac08d765126a5983b88aea 100644 (file)
@@ -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)
 {