From a833d94864ad2933765fa0e40a92f3ac92eadfc8 Mon Sep 17 00:00:00 2001 From: itohy Date: Thu, 21 Oct 1999 23:24:08 +0000 Subject: [PATCH] Add #include for need_resched() macro. --- sys/compat/linux/common/linux_sched.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/compat/linux/common/linux_sched.c b/sys/compat/linux/common/linux_sched.c index f843a65b7ec2..1128aed1230a 100644 --- a/sys/compat/linux/common/linux_sched.c +++ b/sys/compat/linux/common/linux_sched.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_sched.c,v 1.2 1999/10/11 01:18:35 thorpej Exp $ */ +/* $NetBSD: linux_sched.c,v 1.3 1999/10/21 23:24:08 itohy Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -48,6 +48,8 @@ #include #include +#include + #include #include