diff options
Diffstat (limited to 'sys/arch/sparc/dev/fga.c')
-rw-r--r-- | sys/arch/sparc/dev/fga.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/fga.c b/sys/arch/sparc/dev/fga.c index 4d5cecab670..b9342d76021 100644 --- a/sys/arch/sparc/dev/fga.c +++ b/sys/arch/sparc/dev/fga.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fga.c,v 1.4 2000/03/22 04:33:44 jason Exp $ */ +/* $OpenBSD: fga.c,v 1.5 2001/11/06 19:53:16 miod Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -48,7 +48,7 @@ #include <sys/syslog.h> #include <sys/device.h> #include <sys/malloc.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/pmap.h> #include <machine/autoconf.h> |