# HG changeset patch # User Richard M. Stallman # Date 766279517 0 # Node ID 82b01d3bcead132f74fdb07e338daf4f79a965df # Parent 7c689b8065bd67aef3ca273ba7f171e0673f575b [HAVE_UNISTD_H]: Include unistd.h. diff -r 7c689b8065bd -r 82b01d3bcead src/unexsunos4.c --- a/src/unexsunos4.c Wed Apr 13 23:22:34 1994 +0000 +++ b/src/unexsunos4.c Wed Apr 13 23:25:17 1994 +0000 @@ -37,6 +37,9 @@ #include #endif +#ifdef HAVE_UNISTD_H +#include +#endif /* NetBSD needs this bit, but SunOS does not have it. */ #ifndef MAP_FILE