summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testCommandLineArguments1.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-08-01 18:45:32 (GMT)
committerBrad King <brad.king@kitware.com>2006-08-01 18:45:32 (GMT)
commit8a79d25927313e90f432f25c67453c45015d9176 (patch)
treeeb613268898f0f378bfdbdd63aaf7122756401d0 /Source/kwsys/testCommandLineArguments1.cxx
parentb2ebcb5eb32a917b4778e94a5932a72a283091c5 (diff)
downloadCMake-8a79d25927313e90f432f25c67453c45015d9176.zip
CMake-8a79d25927313e90f432f25c67453c45015d9176.tar.gz
CMake-8a79d25927313e90f432f25c67453c45015d9176.tar.bz2
COMP: Added missing headers. This partially addresses bug#3556.
Diffstat (limited to 'Source/kwsys/testCommandLineArguments1.cxx')
-rw-r--r--Source/kwsys/testCommandLineArguments1.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/kwsys/testCommandLineArguments1.cxx b/Source/kwsys/testCommandLineArguments1.cxx
index dedfe31..26ec5f5 100644
--- a/Source/kwsys/testCommandLineArguments1.cxx
+++ b/Source/kwsys/testCommandLineArguments1.cxx
@@ -23,6 +23,8 @@
# include "kwsys_ios_iostream.h.in"
#endif
+#include <string.h> /* strcmp */
+
int main(int argc, char* argv[])
{
kwsys::CommandLineArguments arg;