From 15f4d540c98cc4d06252e8eb7c283bbe6bdc88db Mon Sep 17 00:00:00 2001 From: njl Date: Tue, 29 Jul 2003 18:08:16 +0000 Subject: Fix the new DA_OLD_QUIRKS option for normal and module compiles. Pointed out by: bde --- sys/cam/scsi/scsi_da.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/cam') diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index be6dda9..ca7c6e5 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -30,6 +30,7 @@ __FBSDID("$FreeBSD$"); #ifdef _KERNEL +#include "opt_da.h" #include "opt_hw_wdog.h" #endif /* _KERNEL */ -- cgit v1.1