summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2007-07-06 00:41:53 +0000
committerpeter <peter@FreeBSD.org>2007-07-06 00:41:53 +0000
commitbb5d20cf2aa0539d268d220f08779c27237fa556 (patch)
tree6d79e5cd37fb6e5d7f5a675082c01d06616fb4a6 /sys/sun4v
parent41a07d4d3ed596bc52238ff2b0c061115495f429 (diff)
downloadFreeBSD-src-bb5d20cf2aa0539d268d220f08779c27237fa556.zip
FreeBSD-src-bb5d20cf2aa0539d268d220f08779c27237fa556.tar.gz
Fix warning - add missing #include
Submitted by: mjacob Approved by: re (rwatson)
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/sun4v/mp_machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sun4v/sun4v/mp_machdep.c b/sys/sun4v/sun4v/mp_machdep.c
index acf91c3..5c13b32 100644
--- a/sys/sun4v/sun4v/mp_machdep.c
+++ b/sys/sun4v/sun4v/mp_machdep.c
@@ -68,6 +68,7 @@ __FBSDID("$FreeBSD$");
#include <sys/mutex.h>
#include <sys/pcpu.h>
#include <sys/proc.h>
+#include <sys/sched.h>
#include <sys/smp.h>
#include <vm/vm.h>
OpenPOWER on IntegriCloud