aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-13 23:25:17 +0000
committerRichard M. Stallman1994-04-13 23:25:17 +0000
commitcda2316f6b6c14573aeb0b1a4f82985df1ecfcd1 (patch)
tree0b163af71dd2b88020c00d2c1a16d2d4efe44470 /src
parentcdf156a925d0bd7e5bac5892b5afea54eb265979 (diff)
downloademacs-cda2316f6b6c14573aeb0b1a4f82985df1ecfcd1.tar.gz
emacs-cda2316f6b6c14573aeb0b1a4f82985df1ecfcd1.zip
[HAVE_UNISTD_H]: Include unistd.h.
Diffstat (limited to 'src')
-rw-r--r--src/unexsunos4.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/unexsunos4.c b/src/unexsunos4.c
index fd0f7ec419c..53c3dc13bf9 100644
--- a/src/unexsunos4.c
+++ b/src/unexsunos4.c
@@ -37,6 +37,9 @@
37#include <config.h> 37#include <config.h>
38#endif 38#endif
39 39
40#ifdef HAVE_UNISTD_H
41#include <unistd.h>
42#endif
40 43
41/* NetBSD needs this bit, but SunOS does not have it. */ 44/* NetBSD needs this bit, but SunOS does not have it. */
42#ifndef MAP_FILE 45#ifndef MAP_FILE