diff options
Diffstat (limited to 'sys/scsi/sd.c')
-rw-r--r-- | sys/scsi/sd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index fcd8196..c872385 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992 * - * $Id: sd.c,v 1.129 1998/05/07 12:13:47 julian Exp $ + * $Id: sd.c,v 1.130 1998/06/07 17:12:51 dfr Exp $ */ #include "opt_bounce.h" @@ -55,6 +55,8 @@ #include <pc98/pc98/pc98_machdep.h> #endif +#include "ioconf.h" + static u_int32_t sdstrats, sdqueues; #define SECSIZE 512 |