summaryrefslogtreecommitdiffstats
path: root/sys/scsi/pt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/pt.c')
-rw-r--r--sys/scsi/pt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/pt.c b/sys/scsi/pt.c
index 25cb990..94cb036 100644
--- a/sys/scsi/pt.c
+++ b/sys/scsi/pt.c
@@ -37,7 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: pt.c,v 1.26 1998/01/06 08:28:46 julian Exp $
+ * $Id: pt.c,v 1.27 1998/01/24 02:54:49 eivind Exp $
*/
#include "opt_bounce.h"
@@ -56,6 +56,8 @@
#include <scsi/scsi_debug.h>
#include <scsi/scsi_driver.h>
+#include "ioconf.h"
+
struct scsi_data {
struct buf_queue_head buf_queue;
#ifdef DEVFS
OpenPOWER on IntegriCloud