diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-07-13 10:35:05 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-07-13 10:35:05 +0000 |
commit | 022f37693c132d00d8620016aa665559d555f6c1 (patch) | |
tree | 1ecfe347cde216a526215e499e6a8a2855826a75 | |
parent | b0a6835519940b230402dc84680f3fcae177d878 (diff) |
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> |