Add self-sufficient wrapper for <sys/stat.h>

This commit is contained in:
Daniel Pfeifer
2017-03-24 22:58:25 +01:00
parent 3142808f15
commit e9fc7ff505
17 changed files with 29 additions and 39 deletions

View File

@@ -11,12 +11,7 @@
#include "cmGeneratorExpression.h"
#include "cm_auto_ptr.hxx"
#if defined(_MSC_VER)
typedef unsigned short mode_t;
#else
#include <sys/types.h>
#endif
#include "cm_sys_stat.h"
class cmLocalGenerator;