diff options
Diffstat (limited to 'sys/scsi/st.c')
-rw-r--r-- | sys/scsi/st.c | 3 |
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> |