summaryrefslogtreecommitdiffstats
path: root/Source/cmCreateTestSourceList.cxx
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2002-03-29 13:42:48 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2002-03-29 13:42:48 (GMT)
commit627ab62ce093d8f50ed0ba50a1dd1081165b19f1 (patch)
tree4b0994f591574fe2d550d86bb5911b215bac78e1 /Source/cmCreateTestSourceList.cxx
parente081345595453d203542e41449568ddbb8deeed2 (diff)
downloadCMake-627ab62ce093d8f50ed0ba50a1dd1081165b19f1.zip
CMake-627ab62ce093d8f50ed0ba50a1dd1081165b19f1.tar.gz
CMake-627ab62ce093d8f50ed0ba50a1dd1081165b19f1.tar.bz2
FIX: tolower is in <ctype.h> !, frenchy
Diffstat (limited to 'Source/cmCreateTestSourceList.cxx')
-rw-r--r--Source/cmCreateTestSourceList.cxx2
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"