diff options
-rw-r--r-- | sys/arch/m68k/m68k/m68k_machdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/m68k/m68k/m68k_machdep.c b/sys/arch/m68k/m68k/m68k_machdep.c index aac99422534..82bef3908e0 100644 --- a/sys/arch/m68k/m68k/m68k_machdep.c +++ b/sys/arch/m68k/m68k/m68k_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m68k_machdep.c,v 1.3 2001/11/25 17:15:19 miod Exp $ */ +/* $OpenBSD: m68k_machdep.c,v 1.4 2001/11/25 21:31:06 miod Exp $ */ /* $NetBSD: m68k_machdep.c,v 1.3 1997/06/12 09:57:04 veego Exp $ */ /*- @@ -42,6 +42,7 @@ #include <sys/syscall.h> #include <sys/ktrace.h> +#include <machine/cpu.h> #include <machine/frame.h> #include <machine/reg.h> |