summaryrefslogtreecommitdiff
path: root/sys/scsi/cd.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/cd.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/cd.c')
-rw-r--r--sys/scsi/cd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index 9e67e15c8e2..289d9f83d46 100644
--- a/sys/scsi/cd.c
+++ b/sys/scsi/cd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cd.c,v 1.247 2020/07/16 14:44:55 krw Exp $ */
+/* $OpenBSD: cd.c,v 1.248 2020/08/11 15:23:57 krw Exp $ */
/* $NetBSD: cd.c,v 1.100 1997/04/02 02:29:30 mycroft Exp $ */
/*
@@ -70,6 +70,7 @@
#include <scsi/scsi_all.h>
#include <scsi/cd.h>
+#include <scsi/scsi_debug.h>
#include <scsi/scsi_disk.h> /* rw_big and start_stop come from there */
#include <scsi/scsiconf.h>