Add #include <machine/cpu.h> for need_resched() macro.

This commit is contained in:
itohy 1999-10-21 23:24:08 +00:00
parent d478b71746
commit a833d94864

View File

@ -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 <sys/systm.h>
#include <sys/syscallargs.h>
#include <machine/cpu.h>
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_signal.h>