Prechádzať zdrojové kódy

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

Sebastien Barre 23 rokov pred
rodič
commit
627ab62ce0
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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
 
   fout << 
+    "#include <ctype.h>\n"
     "#include <stdio.h>\n"
-    "#include <stdlib.h>\n"
     "#include <string.h>\n"
     "\n"
     "// Forward declare test functions\n"