summaryrefslogtreecommitdiff
path: root/sys/scsi/sd.c
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2020-08-11 15:23:58 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2020-08-11 15:23:58 +0000
commitc71c4d7a99e3c6324a374569e71636bede68543a (patch)
tree09d8cfcb8183386b41e198d21b13cfb49cd8b919 /sys/scsi/sd.c
parenta335e418c249fad9f346c47ee37a0ba53dbdd867 (diff)
Explicitly #include <scsi/scsi_debug.h> rather than assuming scsiconf.h will do
it. Prepares for removal of #include <scsi/scsi_debug.h> from scsiconf.h as soon as the alpha tester digs out from hurricane to compile last untested files.
Diffstat (limited to 'sys/scsi/sd.c')
-rw-r--r--sys/scsi/sd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index da3e0ddf2da..28def02e1f5 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sd.c,v 1.313 2020/07/16 14:44:55 krw Exp $ */
+/* $OpenBSD: sd.c,v 1.314 2020/08/11 15:23:57 krw Exp $ */
/* $NetBSD: sd.c,v 1.111 1997/04/02 02:29:41 mycroft Exp $ */
/*-
@@ -70,6 +70,7 @@
#include <sys/reboot.h>
#include <scsi/scsi_all.h>
+#include <scsi/scsi_debug.h>
#include <scsi/scsi_disk.h>
#include <scsi/scsiconf.h>
#include <scsi/sdvar.h>