summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2007-06-06 04:44:19 +0000
committermarcel <marcel@FreeBSD.org>2007-06-06 04:44:19 +0000
commit11092d3888c3a65196e5cb7e54e60ab26e6f6bcd (patch)
treefe655076d071a0e341448856c609baf03ebfdf59 /sys
parent7a9c95c1006958928813d10d99735b67778a03e7 (diff)
downloadFreeBSD-src-11092d3888c3a65196e5cb7e54e60ab26e6f6bcd.zip
FreeBSD-src-11092d3888c3a65196e5cb7e54e60ab26e6f6bcd.tar.gz
Include <sys/sched.h> for sched_throw().
Diffstat (limited to 'sys')
-rw-r--r--sys/ia64/ia64/mp_machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/ia64/mp_machdep.c b/sys/ia64/ia64/mp_machdep.c
index 2da3ce6..5b6ca6a 100644
--- a/sys/ia64/ia64/mp_machdep.c
+++ b/sys/ia64/ia64/mp_machdep.c
@@ -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>
OpenPOWER on IntegriCloud