diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 01:50:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 01:50:20 +0000 |
commit | 85be2fcd4e1bf5018a5022df6c305cf05effb89c (patch) | |
tree | 46c46192dce16120cee3dad43b63767135f54205 | |
parent | 57257d8f67b8c8c9f377b605363916a58d3abe83 (diff) |
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* priv.h: Add #include <sys/mman.h> for munmap decl.
-rw-r--r-- | libdiskfs/priv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index d45b3f22..7bd7e43c 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -1,5 +1,5 @@ /* Private declarations for fileserver library - Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation + Copyright (C) 1994,95,96,97,98,99 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -20,6 +20,7 @@ #include <mach.h> #include <hurd.h> +#include <sys/mman.h> #include <hurd/ports.h> #include <hurd/fshelp.h> #include <hurd/iohelp.h> |