diff options
author | njl <njl@FreeBSD.org> | 2003-07-29 18:08:16 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2003-07-29 18:08:16 +0000 |
commit | 15f4d540c98cc4d06252e8eb7c283bbe6bdc88db (patch) | |
tree | d3243fb13c8ed10fb4f6e4b4bcd9f96d25b9ea24 /sys/cam | |
parent | b7cb53387d226e768ec2895b2cb3e572259ecc3b (diff) | |
download | FreeBSD-src-15f4d540c98cc4d06252e8eb7c283bbe6bdc88db.zip FreeBSD-src-15f4d540c98cc4d06252e8eb7c283bbe6bdc88db.tar.gz |
Fix the new DA_OLD_QUIRKS option for normal and module compiles.
Pointed out by: bde
Diffstat (limited to 'sys/cam')
-rw-r--r-- | sys/cam/scsi/scsi_da.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |