diff options
author | Miles Bader <miles@gnu.org> | 1996-03-04 18:54:23 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-03-04 18:54:23 +0000 |
commit | 6cb0cabc155f04c4a80a79123331a621baa37b6e (patch) | |
tree | cb93b6c777d60be99298d8ad0c9cfbb103dbe1c8 /libnetfs | |
parent | a9df4e54ff8e61a8b42090276547b3b310dc225b (diff) |
entered into RCS
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) { |