summaryrefslogtreecommitdiff
path: root/tests/port/test_snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/port/test_snprintf.c')
-rw-r--r--tests/port/test_snprintf.c2
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h> /* for exit, EXIT_SUCCESS, free */
int main( void ) {