diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-07-12 15:36:05 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-07-12 15:36:05 +0000 |
commit | 84a7c43aaa75b09c8abe8bcad71a6d465631905b (patch) | |
tree | bf6c1d249e42dbac4a93e209a1b0f87484944b5d /sys/arch | |
parent | 9ba8001d88197e955f429611488923f99ce0f633 (diff) |
include uvm_extern.h for atop()
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/tc/cfb.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/tc/sfb.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/alpha/tc/cfb.c b/sys/arch/alpha/tc/cfb.c index a38c7af2046..498a8582feb 100644 --- a/sys/arch/alpha/tc/cfb.c +++ b/sys/arch/alpha/tc/cfb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cfb.c,v 1.16 2006/01/02 05:21:28 brad Exp $ */ +/* $OpenBSD: cfb.c,v 1.17 2006/07/12 15:36:04 martin Exp $ */ /* $NetBSD: cfb.c,v 1.7 1996/12/05 01:39:39 cgd Exp $ */ /* @@ -37,6 +37,8 @@ #include <sys/conf.h> #include <sys/ioctl.h> +#include <uvm/uvm_extern.h> + #include <machine/bus.h> #include <machine/intr.h> diff --git a/sys/arch/alpha/tc/sfb.c b/sys/arch/alpha/tc/sfb.c index 9d056b55d50..64dc2653fa3 100644 --- a/sys/arch/alpha/tc/sfb.c +++ b/sys/arch/alpha/tc/sfb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sfb.c,v 1.16 2006/01/02 05:21:28 brad Exp $ */ +/* $OpenBSD: sfb.c,v 1.17 2006/07/12 15:36:04 martin Exp $ */ /* $NetBSD: sfb.c,v 1.7 1996/12/05 01:39:44 cgd Exp $ */ /* @@ -37,6 +37,8 @@ #include <sys/conf.h> #include <sys/ioctl.h> +#include <uvm/uvm_extern.h> + #include <machine/bus.h> #include <machine/intr.h> |