summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-12-14 02:11:46 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-12-14 02:11:46 +0000
commit6a4f9d97482c1ecf93e213f0b622db2d5b9482ad (patch)
tree173b0635ea1439f0412e6d65a952bcc5bb64e7b7 /sys/arch/mvme88k/dev
parent539ea7dfef5603b0536cf21e49d147cabe4b6e85 (diff)
Even more one-liners to get the kernel to link.
Diffstat (limited to 'sys/arch/mvme88k/dev')
-rw-r--r--sys/arch/mvme88k/dev/clock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/dev/clock.c b/sys/arch/mvme88k/dev/clock.c
index 9dd6150e516..4343faddb37 100644
--- a/sys/arch/mvme88k/dev/clock.c
+++ b/sys/arch/mvme88k/dev/clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clock.c,v 1.12 2001/12/13 08:55:51 smurph Exp $ */
+/* $OpenBSD: clock.c,v 1.13 2001/12/14 02:11:43 miod Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* Copyright (c) 1995 Theo de Raadt
@@ -97,6 +97,7 @@
#include <machine/bugio.h>
#include <machine/cpu.h>
#include <machine/mmu.h> /* DMA_CACHE_SYNC, etc... */
+#include <machine/cmmu.h>
#include "pcctwo.h"
#if NPCCTWO > 0
#include <mvme88k/dev/pcctwofunc.h>