Skip to content

Commit 26f0809

Browse files
committed
Fix snprintf on windows problem for test4.
1 parent 06742d6 commit 26f0809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test4.c

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "json_inttypes.h"
1212
#include "json_object.h"
1313
#include "json_tokener.h"
14+
#include "snprintf_compat.h"
1415

1516
void print_hex(const char *s)
1617
{

0 commit comments

Comments
 (0)