diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 01:55:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 01:55:52 +0000 |
commit | feb697a34fbf95cd3f57ac4b2e95daf5d8b1ba21 (patch) | |
tree | 0a7b62af41b374d40612eacdd53cafe00fbe8605 /libiohelp | |
parent | d6da7d4243d460a3afd1f11cec7335ee7b7b48d2 (diff) |
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* iouser-reauth.c: Add #include <sys/mman.h> for munmap decl.
Diffstat (limited to 'libiohelp')
-rw-r--r-- | libiohelp/iouser-reauth.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libiohelp/iouser-reauth.c b/libiohelp/iouser-reauth.c index b5db7614..31dc62d4 100644 --- a/libiohelp/iouser-reauth.c +++ b/libiohelp/iouser-reauth.c @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 1996, 1999 Free Software Foundation This program is free software; you can redistribute it and/or @@ -17,6 +17,7 @@ #include "iohelp.h" #include <hurd/auth.h> +#include <sys/mman.h> /* Conduct a reauthentication transaction, returning a new iouser. AUTHSERVER is the I/O servers auth port. The rendezvous port |