From 60e6a91c680eb2682a64aac2d5bc7d835cee2f44 Mon Sep 17 00:00:00 2001 From: rwatson 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/fs/ext2fs/ext2_linux_ialloc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/gnu/fs/ext2fs/ext2_linux_ialloc.c') diff --git a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c b/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c index fc78391..0419ef6 100644 --- a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c +++ b/sys/gnu/fs/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.1