diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 08:05:43 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 08:05:43 +0000 |
commit | 1e91e9c9ce58391a7cbac72b073028966396998d (patch) | |
tree | af33c2d49635b4aeaecd8b37ad5850c8ee1e2d4f /libiohelp/return-buffer.c | |
parent | 107d29d85c95b4c5d65d0321ae8c9456c131a4b9 (diff) | |
download | hurd-1e91e9c9ce58391a7cbac72b073028966396998d.tar.gz hurd-1e91e9c9ce58391a7cbac72b073028966396998d.tar.bz2 hurd-1e91e9c9ce58391a7cbac72b073028966396998d.zip |
1999-07-11 Thomas Bushnell, BSG <tb@mit.edu>
* return-buffer.c: Include <sys/mman.h>.
* iouser-reauth.c (iohelp_reauth): Cast first arg to munmap
correctly.
Diffstat (limited to 'libiohelp/return-buffer.c')
-rw-r--r-- | libiohelp/return-buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiohelp/return-buffer.c b/libiohelp/return-buffer.c index 83a34299..3095dfb6 100644 --- a/libiohelp/return-buffer.c +++ b/libiohelp/return-buffer.c @@ -22,6 +22,7 @@ #include <string.h> #include <mach.h> +#include <sys/mman.h> #include "iohelp.h" |