Merge branch 'include-for-mode_t' into release

This commit is contained in:
Brad King 2015-12-02 08:31:49 -05:00
commit 535760ccb9
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@
#if defined( _MSC_VER )
typedef unsigned short mode_t;
#else
# include <sys/types.h>
#endif
// use this class to shrink the size of symbols in .o files