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 5c1a003..2bcc733 100644 --- a/sys/scsi/st.c +++ b/sys/scsi/st.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: st.c,v 1.69 1996/06/22 14:57:55 joerg Exp $ + * $Id: st.c,v 1.70 1996/06/24 04:54:32 gibbs Exp $ */ /* @@ -28,6 +28,7 @@ */ #include "opt_bounce.h" +#include "opt_scsi.h" #include <sys/types.h> |