From 7ef47eec4cc91a0eee21ef882b147a28d2121d1c Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 15 Apr 2000 17:14:22 +0000 Subject: ext2fs relies on UFS support code, and as a result also requires extattr.h to be included. This fixes the broken ext2fs build as of the import of extattr code. Also added $FreeBSD: $ to a couple of files that didn't have them, without which I couldn't commit this fix. Reported by: "George W. Dinolt" --- sys/gnu/ext2fs/ext2_linux_ialloc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/gnu/ext2fs/ext2_linux_ialloc.c') 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 #include +#include #include #include #include -- cgit v1.2.3