diff src/unexsunos4.c @ 6865:82b01d3bcead

[HAVE_UNISTD_H]: Include unistd.h.
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Apr 1994 23:25:17 +0000
parents a8aa874afd11
children 678a41575de0
line wrap: on
line diff
--- 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 <config.h>
 #endif
 
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
 
 /* NetBSD needs this bit, but SunOS does not have it.  */
 #ifndef MAP_FILE