diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-06-27 12:41:24 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-06-27 12:41:24 +0000 |
commit | 2a30d23bbc18c28379f40c0e61013db55e253462 (patch) | |
tree | fce8f3852c76aa3850aa70d499a9c240b147172e /sys/arch/mvme68k | |
parent | 9190aa703c7dbeac82eb95dc41a5e8326206e2d1 (diff) |
Bunch of include adjustements to restore compilability.
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/dev/vmes.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/mvme68k/machdep.c | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/dev/vmes.c b/sys/arch/mvme68k/dev/vmes.c index f5e4002c025..f7019b2b2ea 100644 --- a/sys/arch/mvme68k/dev/vmes.c +++ b/sys/arch/mvme68k/dev/vmes.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmes.c,v 1.15 2010/06/26 23:24:43 guenther Exp $ */ +/* $OpenBSD: vmes.c,v 1.16 2010/06/27 12:41:23 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -31,6 +31,8 @@ #include <sys/kernel.h> #include <sys/device.h> +#include <uvm/uvm_extern.h> + #include <machine/autoconf.h> #include <machine/conf.h> #include <machine/cpu.h> diff --git a/sys/arch/mvme68k/mvme68k/machdep.c b/sys/arch/mvme68k/mvme68k/machdep.c index eb245c57da6..7467be7d2c7 100644 --- a/sys/arch/mvme68k/mvme68k/machdep.c +++ b/sys/arch/mvme68k/mvme68k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.121 2010/06/27 03:03:48 thib Exp $ */ +/* $OpenBSD: machdep.c,v 1.122 2010/06/27 12:41:23 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -115,8 +115,7 @@ #include <ddb/db_var.h> #endif -#include <uvm/uvm_extern.h> -#include <uvm/uvm_swap.h> +#include <uvm/uvm.h> /* the following is used externally (sysctl_hw) */ char machine[] = MACHINE; /* cpu "architecture" */ |