diff options
-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> |