summaryrefslogtreecommitdiffstats
path: root/Tests/TestsWorkingDirectory
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-12-17 14:23:59 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-12-17 14:23:59 (GMT)
commit0a014dab5c9566b63783986d98f398efb2fadcb8 (patch)
treec43eec5f61d3720b673b08ec96a1d65490f45442 /Tests/TestsWorkingDirectory
parentaf12f83d80412141117a0e84614a06af9bae68ae (diff)
downloadCMake-0a014dab5c9566b63783986d98f398efb2fadcb8.zip
CMake-0a014dab5c9566b63783986d98f398efb2fadcb8.tar.gz
CMake-0a014dab5c9566b63783986d98f398efb2fadcb8.tar.bz2
Add ctype.h include for toupper()
Diffstat (limited to 'Tests/TestsWorkingDirectory')
-rw-r--r--Tests/TestsWorkingDirectory/main.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/TestsWorkingDirectory/main.cxx b/Tests/TestsWorkingDirectory/main.cxx
index eacd7ee..6c4802d 100644
--- a/Tests/TestsWorkingDirectory/main.cxx
+++ b/Tests/TestsWorkingDirectory/main.cxx
@@ -1,6 +1,7 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
+#include <ctype.h>
#if defined(_WIN32) && (defined(_MSC_VER) || defined(__WATCOMC__) || defined(__BORLANDC__) || defined(__MINGW32__))