BeOS needs unistd.h for read() and friends.

Fixing tinderbox bustage.
This commit is contained in:
seawood%netscape.com 2002-04-11 04:50:36 +00:00
parent ae63b4918c
commit ca746930da

View File

@ -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