1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Include <sys/sched.h> for sched_throw().

This commit is contained in:
Marcel Moolenaar 2007-06-06 04:44:19 +00:00
parent 710eacdc5f
commit e825cb8f3f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170359

View File

@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$");
#include <sys/mutex.h>
#include <sys/kernel.h>
#include <sys/pcpu.h>
#include <sys/sched.h>
#include <sys/smp.h>
#include <sys/sysctl.h>
#include <sys/uuid.h>