diff options
author | 2000-01-01 19:41:00 +0000 | |
---|---|---|
committer | 2000-01-01 19:41:00 +0000 | |
commit | 77fd385dacb1fb012895a09e31c589ee7657b845 (patch) | |
tree | cba69e580450781c6d20827bf1ada3e626ce2a99 | |
parent | 2000 (diff) | |
download | wireguard-openbsd-77fd385dacb1fb012895a09e31c589ee7657b845.tar.xz wireguard-openbsd-77fd385dacb1fb012895a09e31c589ee7657b845.zip |
make the kernel compile
-rw-r--r-- | sys/arch/sparc/sparc/iommu.c | 4 |
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> |