summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-28 21:53:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-28 21:53:46 (GMT)
commit0ef674b906981dfffd77e4a85e9cc928020035d7 (patch)
treecea44b017ddd4d1f892d83a8399b0ef871c91ef1
parent7a49a0ce4afaf1a6ee8beb584e53937def461c16 (diff)
downloadCMake-0ef674b906981dfffd77e4a85e9cc928020035d7.zip
CMake-0ef674b906981dfffd77e4a85e9cc928020035d7.tar.gz
CMake-0ef674b906981dfffd77e4a85e9cc928020035d7.tar.bz2
COMP: Add missing include
-rw-r--r--Source/cmSystemTools.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index a961d92..321c4b4 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -1361,6 +1361,7 @@ bool cmSystemTools::IsPathToFramework(const char* path)
#include <libtar/libtar.h>
#include <memory> // auto_ptr
+#include <fcntl.h>
bool cmSystemTools::CreateTar(const char* outFileName, const std::vector<cmStdString>& files)
{