diff options
Diffstat (limited to 'sys/ufs/ffs/ffs_vfsops.c')
-rw-r--r-- | sys/ufs/ffs/ffs_vfsops.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index 288e69c..203a535 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -31,9 +31,11 @@ * SUCH DAMAGE. * * @(#)ffs_vfsops.c 8.8 (Berkeley) 4/18/94 - * $Id: ffs_vfsops.c,v 1.31 1995/12/11 04:57:39 dyson Exp $ + * $Id: ffs_vfsops.c,v 1.32 1995/12/17 21:09:35 phk Exp $ */ +#include "opt_quota.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/namei.h> |