summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-03-24 21:58:25 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2017-03-24 21:58:25 (GMT)
commite9fc7ff5052f3ab40c2b39ba653506c5346d4582 (patch)
tree7f659b0634c32c40ba4dc1de459dbe4ced0484ad /Source/cmFileCommand.cxx
parent3142808f15b0dabca8a5d66535c3f795ed470bac (diff)
downloadCMake-e9fc7ff5052f3ab40c2b39ba653506c5346d4582.zip
CMake-e9fc7ff5052f3ab40c2b39ba653506c5346d4582.tar.gz
CMake-e9fc7ff5052f3ab40c2b39ba653506c5346d4582.tar.bz2
Add self-sufficient wrapper for <sys/stat.h>
Diffstat (limited to 'Source/cmFileCommand.cxx')
-rw-r--r--Source/cmFileCommand.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx
index 957b4cb..97292f9 100644
--- a/Source/cmFileCommand.cxx
+++ b/Source/cmFileCommand.cxx
@@ -16,10 +16,6 @@
#include <stdlib.h>
#include <string.h>
-#include <sys/types.h>
-// include sys/stat.h after sys/types.h
-#include <sys/stat.h>
-
#include "cmAlgorithms.h"
#include "cmCommandArgumentsHelper.h"
#include "cmCryptoHash.h"
@@ -35,6 +31,7 @@
#include "cmSystemTools.h"
#include "cmTimestamp.h"
#include "cm_auto_ptr.hxx"
+#include "cm_sys_stat.h"
#include "cmake.h"
#if defined(CMAKE_BUILD_WITH_CMAKE)