diff options
Diffstat (limited to 'sys/i386/isa/seagate.c')
-rw-r--r-- | sys/i386/isa/seagate.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/isa/seagate.c b/sys/i386/isa/seagate.c index 2bdc48c..dff3dba 100644 --- a/sys/i386/isa/seagate.c +++ b/sys/i386/isa/seagate.c @@ -60,7 +60,7 @@ * that category, with the possible exception of scanners and * some of the older MO drives. * - * $Id$ + * $Id: seagate.c,v 1.20 1997/02/22 09:37:05 peter Exp $ */ /* @@ -133,6 +133,8 @@ #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> +#include "ioconf.h" + #ifdef DEBUG # define PRINT(s) printf s #else |