From 565ace7982977c4c120fac25a1b1fa6cb78967c3 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Fri, 29 Apr 2016 22:44:28 +0000 Subject: [PATCH] tests/snprintf: undef HAVE_SNPRINTF and HAVE_VSNPRINTF --- tests/test_snprintf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_snprintf.c b/tests/test_snprintf.c index c53e00d..4b6bcd6 100644 --- a/tests/test_snprintf.c +++ b/tests/test_snprintf.c @@ -8,7 +8,8 @@ #include #include -/* We don't have separated header file, so include this instead of common.h */ +#undef HAVE_VSNPRINTF +#undef HAVE_SNPRINTF #include "snprintf.c" #ifndef LONG_STRING