From: Matthew Dillon Date: Mon, 18 Jun 2007 00:38:08 +0000 (+0000) Subject: Disklabel separation work - more. X-Git-Tag: v2.0.1~2792 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/55a78310520b43adc3ad7fd0fa80fb9b60924418 Disklabel separation work - more. --- diff --git a/sys/bus/cam/scsi/scsi_cd.c b/sys/bus/cam/scsi/scsi_cd.c index c38fea14fa..107e239544 100644 --- a/sys/bus/cam/scsi/scsi_cd.c +++ b/sys/bus/cam/scsi/scsi_cd.c @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/cam/scsi/scsi_cd.c,v 1.31.2.16 2003/10/21 22:26:11 thomas Exp $ - * $DragonFly: src/sys/bus/cam/scsi/scsi_cd.c,v 1.31 2007/06/03 03:44:17 dillon Exp $ + * $DragonFly: src/sys/bus/cam/scsi/scsi_cd.c,v 1.32 2007/06/18 00:38:08 dillon Exp $ */ /* * Portions of this driver taken from the original FreeBSD cd driver. @@ -56,6 +56,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/bus/cam/scsi/scsi_da.c b/sys/bus/cam/scsi/scsi_da.c index 5f85941f66..41a01faa02 100644 --- a/sys/bus/cam/scsi/scsi_da.c +++ b/sys/bus/cam/scsi/scsi_da.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/cam/scsi/scsi_da.c,v 1.42.2.46 2003/10/21 22:18:19 thomas Exp $ - * $DragonFly: src/sys/bus/cam/scsi/scsi_da.c,v 1.37 2007/06/13 20:53:39 dillon Exp $ + * $DragonFly: src/sys/bus/cam/scsi/scsi_da.c,v 1.38 2007/06/18 00:38:08 dillon Exp $ */ #ifdef _KERNEL @@ -48,6 +48,7 @@ #include #ifdef _KERNEL #include +#include #include #include #include