From c7e9f16e0b4e16deab9d08c122e9f0eab735cb9f Mon Sep 17 00:00:00 2001 From: baumann Date: Fri, 16 Jul 2010 16:49:59 +0200 Subject: fixed wrong order of inclusion for tcc (string.h and memcpy redefinition) --- tests/port/test_snprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/port/test_snprintf.c b/tests/port/test_snprintf.c index ce4a0a4..3f7491f 100644 --- a/tests/port/test_snprintf.c +++ b/tests/port/test_snprintf.c @@ -18,9 +18,9 @@ #include "port/sys.h" #define WOLF_TEST_SNPRINTF +#include "port/string.h" /* for strcmp */ #include "port/stdio.c" /* for snprintf */ -#include "port/string.h" /* for strcmp */ #include /* for exit, EXIT_SUCCESS, free */ int main( void ) { -- cgit v1.2.3-54-g00ecf