diff options
author | Brad King <brad.king@kitware.com> | 2007-10-08 14:03:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-10-08 14:03:37 (GMT) |
commit | 5df777edd7df7da4b4c6b55dac8be92a327e78a1 (patch) | |
tree | 721270d11fd94494688ec4c1155de849ec209644 | |
parent | 999208dbd2cd3f80f686bb5ec5335e27862cb835 (diff) | |
download | CMake-5df777edd7df7da4b4c6b55dac8be92a327e78a1.zip CMake-5df777edd7df7da4b4c6b55dac8be92a327e78a1.tar.gz CMake-5df777edd7df7da4b4c6b55dac8be92a327e78a1.tar.bz2 |
COMP: Added inadvertantly removed include.
-rw-r--r-- | Source/cmSystemTools.cxx | 1 |
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> |