aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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