Merge topic 'include-for-mode_t'
001043ac Include `sys/types.h` header to get `mode_t`
This commit is contained in:
commit
d956816d70
@ -54,6 +54,8 @@
|
|||||||
|
|
||||||
#if defined( _MSC_VER )
|
#if defined( _MSC_VER )
|
||||||
typedef unsigned short mode_t;
|
typedef unsigned short mode_t;
|
||||||
|
#else
|
||||||
|
# include <sys/types.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// use this class to shrink the size of symbols in .o files
|
// use this class to shrink the size of symbols in .o files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user