summaryrefslogtreecommitdiff
path: root/sys/dev/isa/wdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/wdc.c')
-rw-r--r--sys/dev/isa/wdc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/wdc.c b/sys/dev/isa/wdc.c
index 869414c6297..00a513b79d2 100644
--- a/sys/dev/isa/wdc.c
+++ b/sys/dev/isa/wdc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wdc.c,v 1.13 1996/11/06 09:43:10 niklas Exp $ */
+/* $OpenBSD: wdc.c,v 1.14 1996/11/12 20:30:45 niklas Exp $ */
/* $NetBSD: wd.c,v 1.150 1996/05/12 23:54:03 mycroft Exp $ */
/*
@@ -57,7 +57,7 @@
#include <vm/vm.h>
-#include <machine/bus.h>
+#include <machine/bus.old.h>
#include <machine/cpu.h>
#include <machine/intr.h>