diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-10-21 22:11:43 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-10-21 22:11:43 +0000 |
commit | b6734070f145c3dbcbf280fd19487a4fb7467c09 (patch) | |
tree | 2de6b55b3b3c08932697db4ed4b335acdca47b82 | |
parent | 7cc26c9d7ad5ed47451c17e1797103dd3993d229 (diff) |
Formerly shared.h.~14~
-rw-r--r-- | hurd/shared.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hurd/shared.h b/hurd/shared.h index 9d7edb55..22a3c5f3 100644 --- a/hurd/shared.h +++ b/hurd/shared.h @@ -1,5 +1,5 @@ /* Definitions for shared IO control pages - Copyright (C) 1992 Free Software Foundation + Copyright (C) 1992, 1993 Free Software Foundation This file is part of the GNU Hurd. @@ -17,6 +17,8 @@ You should have received a copy of the GNU General Public License along with the GNU Hurd; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <sys/types.h> /* Defines `off_t'. */ + struct shared_io { int shared_page_magic; |