diff options
author | 2006-07-13 10:35:04 +0000 | |
---|---|---|
committer | 2006-07-13 10:35:04 +0000 | |
commit | 9b223e039f21e0f1a868179e4316f185fec5bc00 (patch) | |
tree | d8faa73d5d96544f6dce5468a28ad884649dcf86 | |
parent | fix info target, make sure as.info gets built during built, not install. (diff) | |
download | wireguard-openbsd-9b223e039f21e0f1a868179e4316f185fec5bc00.tar.xz wireguard-openbsd-9b223e039f21e0f1a868179e4316f185fec5bc00.zip |
include uvm_extern.h for atop() and uvm functions just like in armish
-rw-r--r-- | sys/arch/cats/cats/cats_machdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/cats/cats/cats_machdep.c b/sys/arch/cats/cats/cats_machdep.c index add8ace94e6..9985b9aaa63 100644 --- a/sys/arch/cats/cats/cats_machdep.c +++ b/sys/arch/cats/cats/cats_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cats_machdep.c,v 1.13 2006/01/17 20:30:12 miod Exp $ */ +/* $OpenBSD: cats_machdep.c,v 1.14 2006/07/13 10:35:04 martin Exp $ */ /* $NetBSD: cats_machdep.c,v 1.50 2003/10/04 14:28:28 chris Exp $ */ /* @@ -53,6 +53,8 @@ #include <sys/reboot.h> #include <sys/termios.h> +#include <uvm/uvm_extern.h> + #include <dev/cons.h> #include <machine/db_machdep.h> |