summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/testUTF8.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeLib/testUTF8.cxx')
-rw-r--r--Tests/CMakeLib/testUTF8.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/CMakeLib/testUTF8.cxx b/Tests/CMakeLib/testUTF8.cxx
index a0bb5cd..986f595 100644
--- a/Tests/CMakeLib/testUTF8.cxx
+++ b/Tests/CMakeLib/testUTF8.cxx
@@ -1,8 +1,9 @@
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
-#include <cm_utf8.h>
#include <stdio.h>
+#include <cm_utf8.h>
+
typedef char test_utf8_char[5];
static void test_utf8_char_print(test_utf8_char const c)