diff options
| author | Richard M. Stallman | 1994-04-13 23:25:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-13 23:25:17 +0000 |
| commit | cda2316f6b6c14573aeb0b1a4f82985df1ecfcd1 (patch) | |
| tree | 0b163af71dd2b88020c00d2c1a16d2d4efe44470 /src | |
| parent | cdf156a925d0bd7e5bac5892b5afea54eb265979 (diff) | |
| download | emacs-cda2316f6b6c14573aeb0b1a4f82985df1ecfcd1.tar.gz emacs-cda2316f6b6c14573aeb0b1a4f82985df1ecfcd1.zip | |
[HAVE_UNISTD_H]: Include unistd.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexsunos4.c | 3 |
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 |