Skip to content
Snippets Groups Projects
Commit 535760cc authored by Brad King's avatar Brad King
Browse files

Merge branch 'include-for-mode_t' into release

parents 7b13759d 001043ac
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment