summaryrefslogtreecommitdiff
path: root/Source/cmWriteFileCommand.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-22 11:15:35 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-22 11:15:35 -0500
commit36e272843154c6ea475fd3c19a39a0d27dbcafa5 (patch)
tree2be20dfd0656717a023ceeba97cc1a139d7b3db9 /Source/cmWriteFileCommand.cxx
parent0376fe4b9becff8de75e81a15c67b40014b19ce3 (diff)
downloadcmake-36e272843154c6ea475fd3c19a39a0d27dbcafa5.tar.gz
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 9093c04c8e..6cbde0ad20 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)
{