Add #include <machine/cpu.h> for need_resched() macro.
This commit is contained in:
parent
d478b71746
commit
a833d94864
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user