diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2000-04-15 17:14:22 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2000-04-15 17:14:22 +0000 |
| commit | 7ef47eec4cc91a0eee21ef882b147a28d2121d1c (patch) | |
| tree | a126d9d929e8506d02f7276f0b4f3801f6e30151 /sys/gnu/ext2fs/ext2_alloc.c | |
| parent | abda70c7029eaa682b60403d855b1a05498ba5ec (diff) | |
Notes
Diffstat (limited to 'sys/gnu/ext2fs/ext2_alloc.c')
| -rw-r--r-- | sys/gnu/ext2fs/ext2_alloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/gnu/ext2fs/ext2_alloc.c b/sys/gnu/ext2fs/ext2_alloc.c index bafcee51cf94..36fda1530d3f 100644 --- a/sys/gnu/ext2fs/ext2_alloc.c +++ b/sys/gnu/ext2fs/ext2_alloc.c @@ -37,6 +37,7 @@ * SUCH DAMAGE. * * @(#)ext2_alloc.c 8.8 (Berkeley) 2/21/94 + * $FreeBSD$ */ #include "opt_quota.h" @@ -49,6 +50,7 @@ #include <sys/mount.h> #include <sys/syslog.h> +#include <ufs/ufs/extattr.h> #include <ufs/ufs/quota.h> #include <ufs/ufs/inode.h> #include <ufs/ufs/ufsmount.h> |
