mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
Exclude <sys/sysmacros.h> from MacOSX.
Follow-up for #1324 to solve Mac build bustage.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user