From: Sascha Wildner Date: Tue, 15 Nov 2011 15:31:19 +0000 (+0100) Subject: kernel: Fix building with 'options UDF'. X-Git-Tag: v3.0.0~656 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/a32134922560e7bb7b3f3c5e5b8c6e3f7aa1fedf kernel: Fix building with 'options UDF'. --- diff --git a/sys/vfs/udf/udf_vnops.c b/sys/vfs/udf/udf_vnops.c index 2d42f658ae..dbc8784671 100644 --- a/sys/vfs/udf/udf_vnops.c +++ b/sys/vfs/udf/udf_vnops.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/fs/udf/udf_vnops.c,v 1.33 2003/12/07 05:04:49 scottl Exp $ - * $DragonFly: src/sys/vfs/udf/udf_vnops.c,v 1.32 2007/11/20 21:03:51 dillon Exp $ */ /* udf_vnops.c */ @@ -37,7 +36,7 @@ #include #include #include -#include +#include #include #include #include