diff options
-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; |