diff options
Diffstat (limited to 'libnetfs')
-rw-r--r-- | libnetfs/priv.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libnetfs/priv.h b/libnetfs/priv.h index f9123ed2..eefb8e7f 100644 --- a/libnetfs/priv.h +++ b/libnetfs/priv.h @@ -1,5 +1,5 @@ /* - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -18,6 +18,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ +#include <hurd/hurd_types.h> + +#include "netfs.h" + extern inline struct protid * begin_using_protid_port (file_t port) { |