summaryrefslogtreecommitdiff
path: root/sys/dev/ata
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1996-05-12 23:51:23 +0000
committermycroft <mycroft@NetBSD.org>1996-05-12 23:51:23 +0000
commitcec36bf8d560bc6c6dc9da0ceaf408d4942d95ef (patch)
treef3cc9f31ce622d3a28f54e13db234aaba9976346 /sys/dev/ata
parent6e2250caf3022c37e85f6cd4d0d1a6aeb34e958a (diff)
Use intr.h.
Diffstat (limited to 'sys/dev/ata')
-rw-r--r--sys/dev/ata/wd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ata/wd.c b/sys/dev/ata/wd.c
index ffb8ff0d902..b2fc8e2bb57 100644
--- a/sys/dev/ata/wd.c
+++ b/sys/dev/ata/wd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: wd.c,v 1.149 1996/04/29 19:50:47 christos Exp $ */
+/* $NetBSD: wd.c,v 1.150 1996/05/12 23:54:03 mycroft Exp $ */
/*
* Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved.
@@ -51,6 +51,7 @@
#include <vm/vm.h>
#include <machine/cpu.h>
+#include <machine/intr.h>
#include <machine/pio.h>
#include <dev/isa/isavar.h>