summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/vx.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-10-28 00:57:39 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-10-28 00:57:39 +0000
commita702865eb42f0edd1f7812a2f3dc9ed49f35b791 (patch)
tree7583fa8c0c6708f121c1febf1963b15d115bfe97 /sys/arch/mvme88k/dev/vx.c
parent186e5575d3f843e0f02f2147fb71a280d68f0db6 (diff)
Let 188-only kernels compile.
Diffstat (limited to 'sys/arch/mvme88k/dev/vx.c')
-rw-r--r--sys/arch/mvme88k/dev/vx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/vx.c b/sys/arch/mvme88k/dev/vx.c
index dad0b58ed58..6fc4c3a4402 100644
--- a/sys/arch/mvme88k/dev/vx.c
+++ b/sys/arch/mvme88k/dev/vx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vx.c,v 1.11 2001/08/31 08:18:24 miod Exp $ */
+/* $OpenBSD: vx.c,v 1.12 2001/10/28 00:57:38 miod Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* All rights reserved.
@@ -47,12 +47,12 @@
#include <dev/cons.h>
+#include <mvme88k/dev/vme.h>
#include <mvme88k/dev/vxreg.h>
#include "pcctwo.h"
#if NPCCTWO > 0
#include <mvme88k/dev/pcctworeg.h>
-#include <mvme88k/dev/vme.h>
#endif
#ifdef DDB