Browse Source

FIX: tolower is in <ctype.h> !, frenchy

Sebastien Barre 23 years ago
parent
commit
627ab62ce0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmCreateTestSourceList.cxx

+ 1 - 1
Source/cmCreateTestSourceList.cxx

@@ -57,8 +57,8 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& argsIn)
   // Create the test driver file
   // Create the test driver file
 
 
   fout << 
   fout << 
+    "#include <ctype.h>\n"
     "#include <stdio.h>\n"
     "#include <stdio.h>\n"
-    "#include <stdlib.h>\n"
     "#include <string.h>\n"
     "#include <string.h>\n"
     "\n"
     "\n"
     "// Forward declare test functions\n"
     "// Forward declare test functions\n"