diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-03-29 13:42:48 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-03-29 13:42:48 (GMT) |
commit | 627ab62ce093d8f50ed0ba50a1dd1081165b19f1 (patch) | |
tree | 4b0994f591574fe2d550d86bb5911b215bac78e1 /Source | |
parent | e081345595453d203542e41449568ddbb8deeed2 (diff) | |
download | CMake-627ab62ce093d8f50ed0ba50a1dd1081165b19f1.zip CMake-627ab62ce093d8f50ed0ba50a1dd1081165b19f1.tar.gz CMake-627ab62ce093d8f50ed0ba50a1dd1081165b19f1.tar.bz2 |
FIX: tolower is in <ctype.h> !, frenchy
Diffstat (limited to 'Source')
-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" |