summaryrefslogtreecommitdiff
path: root/sys/scsi/st.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/st.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/st.c')
-rw-r--r--sys/scsi/st.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index 85006b04a4a..c80cf904e7d 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: st.c,v 1.179 2020/07/16 14:44:55 krw Exp $ */
+/* $OpenBSD: st.c,v 1.180 2020/08/11 15:23:57 krw Exp $ */
/* $NetBSD: st.c,v 1.71 1997/02/21 23:03:49 thorpej Exp $ */
/*
@@ -69,6 +69,7 @@
#include <sys/vnode.h>
#include <scsi/scsi_all.h>
+#include <scsi/scsi_debug.h>
#include <scsi/scsi_tape.h>
#include <scsi/scsiconf.h>