diff options
-rw-r--r-- | Source/cmSystemTools.cxx | 1 |
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) { |