summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-10-08 14:03:37 (GMT)
committerBrad King <brad.king@kitware.com>2007-10-08 14:03:37 (GMT)
commit5df777edd7df7da4b4c6b55dac8be92a327e78a1 (patch)
tree721270d11fd94494688ec4c1155de849ec209644
parent999208dbd2cd3f80f686bb5ec5335e27862cb835 (diff)
downloadCMake-5df777edd7df7da4b4c6b55dac8be92a327e78a1.zip
CMake-5df777edd7df7da4b4c6b55dac8be92a327e78a1.tar.gz
CMake-5df777edd7df7da4b4c6b55dac8be92a327e78a1.tar.bz2
COMP: Added inadvertantly removed include.
-rw-r--r--Source/cmSystemTools.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index ac82c53..cd05131 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -30,6 +30,7 @@
# include <sys/types.h>
# include <unistd.h>
# include <utime.h>
+# include <sys/wait.h>
#endif
#include <sys/stat.h>