From bcaf941c7d6abd7ee4b582062f5610365bf2d9e2 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 20 Jul 1995 16:45:45 +0000 Subject: Protect against including twice, and add includes that we depend on. --- libtrivfs/trivfs.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libtrivfs/trivfs.h') diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h index 3bd1ee36..8beea672 100644 --- a/libtrivfs/trivfs.h +++ b/libtrivfs/trivfs.h @@ -15,6 +15,14 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef __TRIVFS_H__ +#define __TRIVFS_H__ + +#include +#include /* for mutexes &c */ +#include /* for uid_t &c */ +#include +#include struct trivfs_protid { @@ -143,3 +151,5 @@ error_t trivfs_set_atime (struct trivfs_control *cntl); /* Call this to set mtime for the node to the current time. */ error_t trivfs_set_mtime (struct trivfs_control *cntl); + +#endif /* __TRIVFS_H__ */ -- cgit v1.2.3