[cmake-commits] king committed cmSystemTools.cxx 1.353 1.354

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 8 10:03:39 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv14699

Modified Files:
	cmSystemTools.cxx 
Log Message:
COMP: Added inadvertantly removed include.


Index: cmSystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.cxx,v
retrieving revision 1.353
retrieving revision 1.354
diff -u -d -r1.353 -r1.354
--- cmSystemTools.cxx	7 Oct 2007 20:22:16 -0000	1.353
+++ cmSystemTools.cxx	8 Oct 2007 14:03:37 -0000	1.354
@@ -30,6 +30,7 @@
 # include <sys/types.h>
 # include <unistd.h>
 # include <utime.h>
+# include <sys/wait.h>
 #endif
 
 #include <sys/stat.h>



More information about the Cmake-commits mailing list