summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-01-01 19:41:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-01-01 19:41:01 +0000
commite1e8689f411de3152b63d063bf69c959e1c68226 (patch)
tree4df5ea3bebc2f66a3d1fa3f19441b489bed2e693 /sys/arch
parent610f0f25edacf3f14dec72df414f828f99fc1e22 (diff)
make the kernel compile
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc/sparc/iommu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/sparc/iommu.c b/sys/arch/sparc/sparc/iommu.c
index de3202f3aaa..1cf8a9f8dd9 100644
--- a/sys/arch/sparc/sparc/iommu.c
+++ b/sys/arch/sparc/sparc/iommu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: iommu.c,v 1.5 1999/11/05 18:07:11 art Exp $ */
+/* $OpenBSD: iommu.c,v 1.6 2000/01/01 19:41:00 deraadt Exp $ */
/* $NetBSD: iommu.c,v 1.13 1997/07/29 09:42:04 fair Exp $ */
/*
@@ -46,6 +46,8 @@
#include <uvm/uvm.h>
#endif
+#include <machine/pmap.h>
+
#include <machine/autoconf.h>
#include <machine/ctlreg.h>
#include <sparc/sparc/asm.h>