From 02aae579b4d4804068b3c377291aa2fc29c0451e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 24 May 1994 20:54:11 +0000 Subject: Formerly priv.h.~2~ --- libtrivfs/priv.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'libtrivfs/priv.h') 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 +#include +#include +#include "trivfs.h" + +/* For the sake of MiG. */ +typedef struct trivfs_protid *trivfs_protid_t; + +#define TRIVFS_PRIV_H_INCLUDED +#endif -- cgit v1.2.3