aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpt
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1999-08-21 22:10:49 +0000
committerMike Smith <msmith@FreeBSD.org>1999-08-21 22:10:49 +0000
commit3ed7a59b0793e5ab0c983d8282c9f9ea4a7b8e21 (patch)
treed3e9ac9d4ff17845cc6c55752ac2bba805d31afa /sys/dev/dpt
parent5682c39f91506357cdc071f7abc55bb63d1e0c85 (diff)
Notes
Diffstat (limited to 'sys/dev/dpt')
-rw-r--r--sys/dev/dpt/dpt_scsi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c
index aae96a99ad24..c42f171e2a43 100644
--- a/sys/dev/dpt/dpt_scsi.c
+++ b/sys/dev/dpt/dpt_scsi.c
@@ -43,13 +43,14 @@
* arrays that span controllers (Wow!).
*/
-#ident "$Id: dpt_scsi.c,v 1.24 1999/08/16 01:49:35 gibbs Exp $"
+#ident "$Id: dpt_scsi.c,v 1.25 1999/08/21 06:24:02 msmith Exp $"
#define _DPT_C_
#include "opt_dpt.h"
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/eventhandler.h>
#include <sys/malloc.h>
#include <sys/buf.h>
#include <sys/kernel.h>