From: Roland McGrath Date: Mon, 20 Feb 1995 20:32:42 +0000 (+0000) Subject: Include unistd.h for __environ decl. X-Git-Tag: cvs/libc_1_09~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8e960f1b0bf417dc47ac7f0dbbd285761b3c7c3;p=thirdparty%2Fglibc.git Include unistd.h for __environ decl. --- diff --git a/sysdeps/mach/hurd/start.c b/sysdeps/mach/hurd/start.c index 10d6e722282..9a70e0ddd42 100644 --- a/sysdeps/mach/hurd/start.c +++ b/sysdeps/mach/hurd/start.c @@ -24,6 +24,7 @@ Cambridge, MA 02139, USA. */ #include #include #include +#include #include "set-hooks.h" #include "hurdmalloc.h" /* XXX */