summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2010-06-27 05:06:21 +0000
committerBob Beck <beck@cvs.openbsd.org>2010-06-27 05:06:21 +0000
commita805b6617f74b055b865f91720ddc36e0207e7da (patch)
tree6a6c650e90d4dc61fb00ee4d3350f0a338cf1811 /sys/arch/alpha
parent5eaf04180aba2d86ecc57b345f9e5918a013baf2 (diff)
unbreak alpha kernel build after recent viking pillaging.
ok art@
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/alpha/machdep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c
index ed2a1f98fd3..8b6091aa61f 100644
--- a/sys/arch/alpha/alpha/machdep.c
+++ b/sys/arch/alpha/alpha/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.124 2010/06/27 03:03:48 thib Exp $ */
+/* $OpenBSD: machdep.c,v 1.125 2010/06/27 05:06:20 beck Exp $ */
/* $NetBSD: machdep.c,v 1.210 2000/06/01 17:12:38 thorpej Exp $ */
/*-
@@ -80,6 +80,7 @@
#include <sys/exec_ecoff.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm_swap.h>
+#include <uvm/uvm.h>
#include <sys/sysctl.h>
#include <sys/core.h>
#include <sys/kcore.h>