diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 19:42:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 19:42:18 +0000 |
commit | 48955a50a3771beb92e0c7939504b8e44162ecd3 (patch) | |
tree | a331b6cfa71b9a89f9b688891cef8402c95f78c4 /term | |
parent | 914934d7e9e4223b3d1131053ad4dcb965e95ada (diff) |
1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
* term.h: Add #include <sys/mman.h>.
Diffstat (limited to 'term')
-rw-r--r-- | term/term.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/term/term.h b/term/term.h index e784d6f4..6dae4f03 100644 --- a/term/term.h +++ b/term/term.h @@ -1,5 +1,5 @@ /* - Copyright (C) 1995, 1996, 1998 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1998, 1999 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -23,6 +23,7 @@ #include <errno.h> #include <hurd/trivfs.h> #include <sys/types.h> +#include <sys/mman.h> #include <fcntl.h> #undef MDMBUF |