mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add self-sufficient wrapper for <sys/stat.h>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user