diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-03-24 21:58:25 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-03-24 21:58:25 (GMT) |
commit | e9fc7ff5052f3ab40c2b39ba653506c5346d4582 (patch) | |
tree | 7f659b0634c32c40ba4dc1de459dbe4ced0484ad /Source/cmake.cxx | |
parent | 3142808f15b0dabca8a5d66535c3f795ed470bac (diff) | |
download | CMake-e9fc7ff5052f3ab40c2b39ba653506c5346d4582.zip CMake-e9fc7ff5052f3ab40c2b39ba653506c5346d4582.tar.gz CMake-e9fc7ff5052f3ab40c2b39ba653506c5346d4582.tar.bz2 |
Add self-sufficient wrapper for <sys/stat.h>
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 3af3be6..4363c12 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -25,6 +25,7 @@ #include "cmVersionConfig.h" #include "cmWorkingDirectory.h" #include "cm_auto_ptr.hxx" +#include "cm_sys_stat.h" #if defined(CMAKE_BUILD_WITH_CMAKE) #include <cm_jsoncpp_writer.h> @@ -106,10 +107,6 @@ #include <sys/time.h> #endif -#include <sys/types.h> -// include sys/stat.h after sys/types.h -#include <sys/stat.h> // struct stat - #include <algorithm> #include <cmsys/FStream.hxx> #include <cmsys/Glob.hxx> |