diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-03 20:38:31 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-03 20:38:31 +0000 |
commit | 7c1dbee955677a8b617107b7c2552fd44350f1db (patch) | |
tree | 72aa0ccf4975851e99a608433f2928ae008c2b7b | |
parent | 9b963f985196f7dc6ca78ffb54cf41fd9cf67fff (diff) |
Formerly priv.h.~7~
-rw-r--r-- | libdiskfs/priv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index 864b4271..71478a22 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -15,6 +15,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <mach.h> +#include <hurd.h> +#include "diskfs.h" + extern mach_port_t fs_control_port; /* receive right */ spin_lock_t _diskfs_node_refcnt_lock = SPIN_LOCK_INITIALIZER; |