changeset 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 7c689b8065bd
children 47bed999969a
files src/unexsunos4.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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