summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/cats/cats/cats_machdep.c4
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>