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

This commit is contained in:
Sebastien Barre 2002-03-29 08:42:48 -05:00
parent e081345595
commit 627ab62ce0
1 changed files with 1 additions and 1 deletions

View File

@ -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"