diff options
-rw-r--r-- | Source/cmCreateTestSourceList.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCreateTestSourceList.cxx b/Source/cmCreateTestSourceList.cxx index 1f64772..7627cc1 100644 --- a/Source/cmCreateTestSourceList.cxx +++ b/Source/cmCreateTestSourceList.cxx @@ -57,8 +57,8 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& argsIn) // Create the test driver file fout << + "#include <ctype.h>\n" "#include <stdio.h>\n" - "#include <stdlib.h>\n" "#include <string.h>\n" "\n" "// Forward declare test functions\n" |