diff options
Diffstat (limited to 'sys/arch/sparc/dev/cgthree.c')
-rw-r--r-- | sys/arch/sparc/dev/cgthree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/cgthree.c b/sys/arch/sparc/dev/cgthree.c index 3f0a542ecfa..8bdb669de4f 100644 --- a/sys/arch/sparc/dev/cgthree.c +++ b/sys/arch/sparc/dev/cgthree.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cgthree.c,v 1.11 2001/11/01 12:13:46 art Exp $ */ +/* $OpenBSD: cgthree.c,v 1.12 2001/11/06 19:53:16 miod Exp $ */ /* $NetBSD: cgthree.c,v 1.33 1997/05/24 20:16:11 pk Exp $ */ /* @@ -63,7 +63,7 @@ #include <sys/tty.h> #include <sys/conf.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/fbio.h> #include <machine/autoconf.h> |