From 0dec39574a13e85f914b812f02cde1990e204d93 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Wed, 17 Sep 2008 20:14:25 +0000 Subject: [PATCH] handle tmpfs and efs --- include/mount_headers1.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/mount_headers1.h b/include/mount_headers1.h index 0651cdf..cdf700f 100644 --- a/include/mount_headers1.h +++ b/include/mount_headers1.h @@ -202,6 +202,14 @@ # include #endif /* HAVE_FS_MSDOSFS_MSDOSFSMOUNT_H */ +#ifdef HAVE_FS_TMPFS_TMPFS_ARGS_H +# include +#endif /* HAVE_FS_TMPFS_TMPFS_ARGS_H */ + +#ifdef HAVE_FS_EFS_EFS_MOUNT_H +# include +#endif /* HAVE_FS_EFS_EFS_MOUNT_H */ + #ifdef HAVE_RPC_RPC_H # include #endif /* HAVE_RPC_RPC_H */ -- 2.43.0