mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-23 10:48:26 +00:00
More systems that need to include unistd.h
modified: src/unixcomm.c
This commit is contained in:
parent
aa4496943f
commit
bfd17d1ef5
@ -66,7 +66,7 @@ Unix Interface Communications
|
||||
#include <sys/un.h>
|
||||
#endif /* ISC */
|
||||
|
||||
#ifdef SYSVONLY
|
||||
#if defined(SYSVONLY) || defined(FREEBSD) || defined(OS5) || defined(MACOSX)
|
||||
#include <unistd.h>
|
||||
#endif /* HPUX */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user