1
0
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:
Nick Briggs 2020-07-15 21:48:06 -07:00
parent aa4496943f
commit bfd17d1ef5

View File

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