summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/CommandLineArguments.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-09-14 15:39:04 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-09-14 15:39:04 (GMT)
commit899be21cdea9ecdcf2f4f411090f5b6b0a03061a (patch)
tree68e15080d6015568979035d5347ca5eecd59a183 /Source/kwsys/CommandLineArguments.cxx
parent73ddc9459f6977aadaaaf23d6afde8920767eabc (diff)
downloadCMake-899be21cdea9ecdcf2f4f411090f5b6b0a03061a.zip
CMake-899be21cdea9ecdcf2f4f411090f5b6b0a03061a.tar.gz
CMake-899be21cdea9ecdcf2f4f411090f5b6b0a03061a.tar.bz2
ERR: Add missing include
Diffstat (limited to 'Source/kwsys/CommandLineArguments.cxx')
-rw-r--r--Source/kwsys/CommandLineArguments.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/CommandLineArguments.cxx b/Source/kwsys/CommandLineArguments.cxx
index 0eca02a..d374ad6 100644
--- a/Source/kwsys/CommandLineArguments.cxx
+++ b/Source/kwsys/CommandLineArguments.cxx
@@ -23,6 +23,7 @@
#include KWSYS_HEADER(ios/iostream)
#include <stdio.h>
+#include <stdlib.h>
namespace KWSYS_NAMESPACE
{