summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-11-25 21:31:07 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-11-25 21:31:07 +0000
commit916f053fb9c2ce77d1e8ff798f11ff749824b4c7 (patch)
tree810dd719af017e6bed66b9574ab8c9f0b8234c0d
parente00d18bcdc00a84233eeca952f5bae3eaa367993 (diff)
Need <machine/cpu.h> to be sure to bring userret() prototype for all ports.
-rw-r--r--sys/arch/m68k/m68k/m68k_machdep.c3
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>