summaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs/ext2_linux_ialloc.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2000-04-15 17:14:22 +0000
committerRobert Watson <rwatson@FreeBSD.org>2000-04-15 17:14:22 +0000
commit7ef47eec4cc91a0eee21ef882b147a28d2121d1c (patch)
treea126d9d929e8506d02f7276f0b4f3801f6e30151 /sys/gnu/ext2fs/ext2_linux_ialloc.c
parentabda70c7029eaa682b60403d855b1a05498ba5ec (diff)
Notes
Diffstat (limited to 'sys/gnu/ext2fs/ext2_linux_ialloc.c')
-rw-r--r--sys/gnu/ext2fs/ext2_linux_ialloc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/gnu/ext2fs/ext2_linux_ialloc.c b/sys/gnu/ext2fs/ext2_linux_ialloc.c
index fc783914feff..0419ef6f6a7b 100644
--- a/sys/gnu/ext2fs/ext2_linux_ialloc.c
+++ b/sys/gnu/ext2fs/ext2_linux_ialloc.c
@@ -3,6 +3,8 @@
*
* Aug 1995, Godmar Back (gback@cs.utah.edu)
* University of Utah, Department of Computer Science
+ *
+ * $FreeBSD$
*/
/*
* linux/fs/ext2/ialloc.c
@@ -34,6 +36,7 @@
#include <sys/mount.h>
#include <sys/vnode.h>
+#include <ufs/ufs/extattr.h>
#include <ufs/ufs/quota.h>
#include <ufs/ufs/inode.h>
#include <ufs/ufs/ufsmount.h>