From 4a884c4f0f09f49cbeda7a5b1a8f2df43d93dd10 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Tue, 26 Jan 1999 23:07:27 +0000 Subject: We need machine/cpu.h for the cpu_set_init_frame def --- sys/kern/kern_kthread.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/kern/kern_kthread.c') diff --git a/sys/kern/kern_kthread.c b/sys/kern/kern_kthread.c index 70297f93499..21e11e5cf04 100644 --- a/sys/kern/kern_kthread.c +++ b/sys/kern/kern_kthread.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_kthread.c,v 1.2 1999/01/11 15:34:16 niklas Exp $ */ +/* $OpenBSD: kern_kthread.c,v 1.3 1999/01/26 23:07:26 niklas Exp $ */ /* $NetBSD: kern_kthread.c,v 1.3 1998/12/22 21:21:36 kleink Exp $ */ /*- @@ -47,6 +47,8 @@ #include #include +#include + /* * note that stdarg.h and the ansi style va_start macro is used for both * ansi and traditional c complers. -- cgit v1.2.3