summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/idvec-auth.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 01:42:52 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 01:42:52 +0000
commit2112c5aebddcc9b15a7c8a5ca2cdc0b848d92eb0 (patch)
treef2d0a9d1ed4ea8194353d0ef4e53890991d1a8b4 /libshouldbeinlibc/idvec-auth.c
parent94d78956ee2eb72ddc67f850e588695529b63fca (diff)
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* portinfo.h: Add #include <sys/mman.h> for munmap decl. * fsysops.c: Likewise. * idvec-auth.c: Likewise.
Diffstat (limited to 'libshouldbeinlibc/idvec-auth.c')
-rw-r--r--libshouldbeinlibc/idvec-auth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libshouldbeinlibc/idvec-auth.c b/libshouldbeinlibc/idvec-auth.c
index 3131e61e..b17233c8 100644
--- a/libshouldbeinlibc/idvec-auth.c
+++ b/libshouldbeinlibc/idvec-auth.c
@@ -19,6 +19,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <mach.h>
+#include <sys/mman.h>
#include <hurd/auth.h>
#include "idvec.h"