ソースを参照

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

Sebastien Barre 23 年 前
コミット
627ab62ce0
1 ファイル変更1 行追加1 行削除
  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"