diff options
author | peter <peter@FreeBSD.org> | 2007-07-06 00:41:53 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2007-07-06 00:41:53 +0000 |
commit | bb5d20cf2aa0539d268d220f08779c27237fa556 (patch) | |
tree | 6d79e5cd37fb6e5d7f5a675082c01d06616fb4a6 /sys/sun4v | |
parent | 41a07d4d3ed596bc52238ff2b0c061115495f429 (diff) | |
download | FreeBSD-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.c | 1 |
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> |