diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-26 00:27:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-26 00:27:57 +0000 |
commit | 729a9d7ceffba9e7e741540048479eed9907601e (patch) | |
tree | 716f1614729ffc0b602e2fdfece3bc84b3e930b1 /sys/dev/isa/bt.c | |
parent | 8102ec86d426fccfffa292d80d3e50914c22a932 (diff) |
sync 0521
Diffstat (limited to 'sys/dev/isa/bt.c')
-rw-r--r-- | sys/dev/isa/bt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isa/bt.c b/sys/dev/isa/bt.c index 39c2904476e..02be97419ab 100644 --- a/sys/dev/isa/bt.c +++ b/sys/dev/isa/bt.c @@ -1,4 +1,4 @@ -/* $NetBSD: bt.c,v 1.9 1996/04/29 20:02:53 christos Exp $ */ +/* $NetBSD: bt.c,v 1.10 1996/05/12 23:51:54 mycroft Exp $ */ #define BTDIAG #define integrate @@ -59,6 +59,7 @@ #include <sys/proc.h> #include <sys/user.h> +#include <machine/intr.h> #include <machine/pio.h> #include <scsi/scsi_all.h> |