From: Christos Zoulas Date: Wed, 17 Sep 2008 20:14:25 +0000 (+0000) Subject: handle tmpfs and efs X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=0dec39574a13e85f914b812f02cde1990e204d93;p=am-utils-6.0.git handle tmpfs and efs --- 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 */