diff options
Diffstat (limited to 'sys/scsi')
-rw-r--r-- | sys/scsi/scsiconf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 04e563d2a9c..a9e294c3eb7 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.c,v 1.156 2010/04/17 00:51:13 dlg Exp $ */ +/* $OpenBSD: scsiconf.c,v 1.157 2010/04/23 21:34:40 deraadt Exp $ */ /* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */ /* @@ -56,12 +56,11 @@ #include <sys/malloc.h> #include <sys/device.h> #include <sys/buf.h> +#include <sys/lock.h> #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> -#include <machine/atomic.h> - #if NBIO > 0 #include <sys/ioctl.h> #include <sys/scsiio.h> |