diff options
Diffstat (limited to 'sys/arch/sparc/dev/cgsix.c')
-rw-r--r-- | sys/arch/sparc/dev/cgsix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/cgsix.c b/sys/arch/sparc/dev/cgsix.c index 3dc5a1ef021..3f0fc8160b5 100644 --- a/sys/arch/sparc/dev/cgsix.c +++ b/sys/arch/sparc/dev/cgsix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cgsix.c,v 1.16 2001/11/01 12:13:46 art Exp $ */ +/* $OpenBSD: cgsix.c,v 1.17 2001/11/06 19:53:16 miod Exp $ */ /* $NetBSD: cgsix.c,v 1.33 1997/08/07 19:12:30 pk Exp $ */ /* @@ -69,7 +69,7 @@ #include <sys/syslog.h> #endif -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/autoconf.h> #include <machine/pmap.h> |