summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-02-20 20:32:42 +0000
committerRoland McGrath <roland@gnu.org>1995-02-20 20:32:42 +0000
commitf8e960f1b0bf417dc47ac7f0dbbd285761b3c7c3 (patch)
treefe0810e9190a62de64fb760f628132a1e4bfdedb /sysdeps
parent0c3aeaf4276ac91df6019ba222fd4334a6186031 (diff)
Include unistd.h for __environ decl.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/start.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/start.c b/sysdeps/mach/hurd/start.c
index 10d6e72228..9a70e0ddd4 100644
--- a/sysdeps/mach/hurd/start.c
+++ b/sysdeps/mach/hurd/start.c
@@ -24,6 +24,7 @@ Cambridge, MA 02139, USA. */
#include <hurd/exec.h>
#include <sysdep.h>
#include <hurd/threadvar.h>
+#include <unistd.h>
#include "set-hooks.h"
#include "hurdmalloc.h" /* XXX */