Exclude <sys/sysmacros.h> from MacOSX.

Follow-up for #1324 to solve Mac build bustage.
This commit is contained in:
Pale Moon
2017-09-23 14:36:08 +02:00
committed by Roy Tam
parent 146ee036e0
commit d4404c2c6e
+2
View File
@@ -13,7 +13,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#if !defined(XP_MACOSX)
#include <sys/sysmacros.h> // No longer implicitly included in later glibc
#endif
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>