diff options
Diffstat (limited to 'hurd/shared.h')
-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; |