diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2010-06-27 05:52:02 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2010-06-27 05:52:02 +0000 |
commit | b12ddab7d8013feccaa4cc82df5b8cf07d38afb6 (patch) | |
tree | 87b4999303c2385426bf7b55b8ed1bd71709bc13 /sys/arch/sparc/dev/si.c | |
parent | c0728d07cb9f081d4ebd094f5475f3542a8db633 (diff) |
make sparc compile again after tag team viking/guenther breakage.
ok kettenis@
Diffstat (limited to 'sys/arch/sparc/dev/si.c')
-rw-r--r-- | sys/arch/sparc/dev/si.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/si.c b/sys/arch/sparc/dev/si.c index 04835270bc9..05e24802c0b 100644 --- a/sys/arch/sparc/dev/si.c +++ b/sys/arch/sparc/dev/si.c @@ -1,4 +1,4 @@ -/* $OpenBSD: si.c,v 1.33 2010/06/26 23:24:44 guenther Exp $ */ +/* $OpenBSD: si.c,v 1.34 2010/06/27 05:52:01 beck Exp $ */ /* $NetBSD: si.c,v 1.38 1997/08/27 11:24:20 bouyer Exp $ */ /*- @@ -99,6 +99,8 @@ #include <scsi/scsi_debug.h> #include <scsi/scsiconf.h> +#include <uvm/uvm_extern.h> + #include <machine/autoconf.h> #include <machine/cpu.h> #include <machine/pmap.h> |