diff options
author | 2006-07-12 15:36:04 +0000 | |
---|---|---|
committer | 2006-07-12 15:36:04 +0000 | |
commit | ef5147a17127f74d5833f6de6a9ce3e1384b62ff (patch) | |
tree | be1a0770f1e5fd075524565d72f3e7a0cc6dcf9f | |
parent | spacing (diff) | |
download | wireguard-openbsd-ef5147a17127f74d5833f6de6a9ce3e1384b62ff.tar.xz wireguard-openbsd-ef5147a17127f74d5833f6de6a9ce3e1384b62ff.zip |
include uvm_extern.h for atop()
-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> |