diff options
Diffstat (limited to 'Tests/Preprocess/preprocess.cxx')
-rw-r--r-- | Tests/Preprocess/preprocess.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Preprocess/preprocess.cxx b/Tests/Preprocess/preprocess.cxx index 27b6ac8..d168103 100644 --- a/Tests/Preprocess/preprocess.cxx +++ b/Tests/Preprocess/preprocess.cxx @@ -3,8 +3,8 @@ #include FILE_PATH #include TARGET_PATH -#include <string.h> #include <stdio.h> +#include <string.h> extern "C" int check_defines_C(void); |