diff options
Diffstat (limited to 'sys/arch/alpha/pci/apecs_lca_bus_io.c')
-rw-r--r-- | sys/arch/alpha/pci/apecs_lca_bus_io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/apecs_lca_bus_io.c b/sys/arch/alpha/pci/apecs_lca_bus_io.c index 1aecc2f25c7..92d87d8e833 100644 --- a/sys/arch/alpha/pci/apecs_lca_bus_io.c +++ b/sys/arch/alpha/pci/apecs_lca_bus_io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apecs_lca_bus_io.c,v 1.6 2001/02/06 19:26:39 art Exp $ */ +/* $OpenBSD: apecs_lca_bus_io.c,v 1.7 2001/11/06 19:53:13 miod Exp $ */ /* $NetBSD: apecs_lca_bus_io.c,v 1.4 1996/08/27 16:29:23 cgd Exp $ */ /* @@ -33,7 +33,7 @@ #include <sys/malloc.h> #include <sys/syslog.h> #include <sys/device.h> -#include <vm/vm.h> +#include <uvm/uvm_extern.h> #include <machine/bus.h> |