mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 18:32:00 +00:00
BeOS needs unistd.h for read() and friends.
Fixing tinderbox bustage.
This commit is contained in:
parent
ae63b4918c
commit
ca746930da
@ -46,7 +46,7 @@
|
||||
#ifdef XP_PC
|
||||
#include <io.h>
|
||||
#endif
|
||||
#ifdef XP_UNIX
|
||||
#if defined(XP_UNIX) || defined(XP_BEOS)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user