diff options
| author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-22 16:15:35 (GMT) |
|---|---|---|
| committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-22 16:15:35 (GMT) |
| commit | 36e272843154c6ea475fd3c19a39a0d27dbcafa5 (patch) | |
| tree | 2be20dfd0656717a023ceeba97cc1a139d7b3db9 /Source/cmWriteFileCommand.cxx | |
| parent | 0376fe4b9becff8de75e81a15c67b40014b19ce3 (diff) | |
| download | CMake-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.cxx | 3 |
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) { |
