diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 20:54:11 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 20:54:11 +0000 |
commit | 02aae579b4d4804068b3c377291aa2fc29c0451e (patch) | |
tree | f5a24c1ec186ca4eb17683d4f187cbbc346d5014 /libtrivfs/priv.h | |
parent | 4855ee4e6125f722daa1f37270ab19df0ffcdb8a (diff) |
Formerly priv.h.~2~
Diffstat (limited to 'libtrivfs/priv.h')
-rw-r--r-- | libtrivfs/priv.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/libtrivfs/priv.h b/libtrivfs/priv.h index 45a7e52b..57979fb4 100644 --- a/libtrivfs/priv.h +++ b/libtrivfs/priv.h @@ -15,4 +15,15 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "tnivfs.h" +#ifndef TRIVFS_PRIV_H_INCLUDED + +#include <mach.h> +#include <hurd.h> +#include <hurd/ports.h> +#include "trivfs.h" + +/* For the sake of MiG. */ +typedef struct trivfs_protid *trivfs_protid_t; + +#define TRIVFS_PRIV_H_INCLUDED +#endif |