summaryrefslogtreecommitdiffstats
path: root/Source/cmWriteFileCommand.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-22 16:15:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-22 16:15:35 (GMT)
commit36e272843154c6ea475fd3c19a39a0d27dbcafa5 (patch)
tree2be20dfd0656717a023ceeba97cc1a139d7b3db9 /Source/cmWriteFileCommand.cxx
parent0376fe4b9becff8de75e81a15c67b40014b19ce3 (diff)
downloadCMake-36e272843154c6ea475fd3c19a39a0d27dbcafa5.zip
CMake-36e272843154c6ea475fd3c19a39a0d27dbcafa5.tar.gz
CMake-36e272843154c6ea475fd3c19a39a0d27dbcafa5.tar.bz2
ENH: Cleanup bootstrap even more
Diffstat (limited to 'Source/cmWriteFileCommand.cxx')
-rw-r--r--Source/cmWriteFileCommand.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmWriteFileCommand.cxx b/Source/cmWriteFileCommand.cxx
index 9093c04..6cbde0a 100644
--- a/Source/cmWriteFileCommand.cxx
+++ b/Source/cmWriteFileCommand.cxx
@@ -16,6 +16,9 @@
=========================================================================*/
#include "cmWriteFileCommand.h"
+#include <sys/types.h>
+#include <sys/stat.h>
+
// cmLibraryCommand
bool cmWriteFileCommand::InitialPass(std::vector<std::string> const& args)
{