diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-06-27 22:04:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-06-27 22:04:04 +0000 |
commit | 107a6157b815e36ff4d7d9be533dcb4ce8b40950 (patch) | |
tree | c5b321cdf1c2d553e09911d0c49c0d6364b4da2a /sys/arch/mvme68k | |
parent | 0cd56218db693519d4691855f29d995d511b16c9 (diff) |
More include necessary after <sys/user.h> inclusion removal
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/dev/flash.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/dev/vme.c | 5 | ||||
-rw-r--r-- | sys/arch/mvme68k/dev/vmel.c | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/dev/flash.c b/sys/arch/mvme68k/dev/flash.c index c4dd031fdcd..91dccfb1fbf 100644 --- a/sys/arch/mvme68k/dev/flash.c +++ b/sys/arch/mvme68k/dev/flash.c @@ -1,4 +1,4 @@ -/* $OpenBSD: flash.c,v 1.20 2010/06/26 23:24:43 guenther Exp $ */ +/* $OpenBSD: flash.c,v 1.21 2010/06/27 22:04:03 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -37,6 +37,8 @@ #include <sys/fcntl.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/dev/vme.c b/sys/arch/mvme68k/dev/vme.c index c40cc9b0b24..73f0d830a16 100644 --- a/sys/arch/mvme68k/dev/vme.c +++ b/sys/arch/mvme68k/dev/vme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vme.c,v 1.28 2010/06/26 23:24:43 guenther Exp $ */ +/* $OpenBSD: vme.c,v 1.29 2010/06/27 22:04:03 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -39,6 +39,9 @@ #include <sys/device.h> #include <machine/autoconf.h> #include <machine/cpu.h> + +#include <uvm/uvm_extern.h> + #include <mvme68k/dev/vme.h> #include "lrc.h" diff --git a/sys/arch/mvme68k/dev/vmel.c b/sys/arch/mvme68k/dev/vmel.c index 98f4f6bdcfb..1f123c1f3a2 100644 --- a/sys/arch/mvme68k/dev/vmel.c +++ b/sys/arch/mvme68k/dev/vmel.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmel.c,v 1.15 2010/06/26 23:24:43 guenther Exp $ */ +/* $OpenBSD: vmel.c,v 1.16 2010/06/27 22:04:03 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> |