summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.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/cmSystemTools.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/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index b2e3c6a..ee751f2 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -4,6 +4,7 @@
#include "cmAlgorithms.h"
#include "cmProcessOutput.h"
+#include "cm_sys_stat.h"
#if defined(CMAKE_BUILD_WITH_CMAKE)
#include "cmArchiveWrite.h"
@@ -42,7 +43,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/stat.h>
#include <time.h>
#include <utility>