summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/vmel.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/dev/vmel.c')
-rw-r--r--sys/arch/mvme88k/dev/vmel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/dev/vmel.c b/sys/arch/mvme88k/dev/vmel.c
index 0d76f1d85a2..5af6bde21c1 100644
--- a/sys/arch/mvme88k/dev/vmel.c
+++ b/sys/arch/mvme88k/dev/vmel.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmel.c,v 1.17 2010/06/26 23:24:44 guenther Exp $ */
+/* $OpenBSD: vmel.c,v 1.18 2010/06/27 12:41:23 miod Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -31,6 +31,8 @@
#include <sys/kernel.h>
#include <sys/device.h>
+#include <uvm/uvm_extern.h>
+
#include <machine/autoconf.h>
#include <machine/conf.h>
#include <machine/cpu.h>