Fix snprintf on windows problem for test4.

This commit is contained in:
Eric Haszlakiewicz
2020-05-10 04:04:28 +00:00
parent 06742d6277
commit 26f080997d

View 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)
{