From c146b42dc01684ac2428abb80206aaa5945d47c8 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 9 Mar 1996 07:13:57 +0000 Subject: [PATCH] Fix broken SCSI_DELAY option.. (missing #include "opt_scsi.h") Pointed out by: Boyd Faulkner --- sys/scsi/scsiconf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index a017d3e0d5c3..6ccc06949b06 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -16,9 +16,11 @@ * * New configuration setup: dufault@hda.com * - * $Id: scsiconf.c,v 1.54 1996/02/17 23:59:24 se Exp $ + * $Id: scsiconf.c,v 1.55 1996/02/19 09:26:07 julian Exp $ */ +#include "opt_scsi.h" + #include #include #include