summaryrefslogtreecommitdiffstats
path: root/sys/kern/sched_4bsd.c
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2008-03-20 01:32:48 +0000
committerjeff <jeff@FreeBSD.org>2008-03-20 01:32:48 +0000
commita2c51b3fe4114116f23fa14674eb524cb2c6858c (patch)
tree88d641240ccbd09d6a589236bae6527b69922b2e /sys/kern/sched_4bsd.c
parent480fb0f3102579af7c56c1c0feb21340c4ed5216 (diff)
downloadFreeBSD-src-a2c51b3fe4114116f23fa14674eb524cb2c6858c.zip
FreeBSD-src-a2c51b3fe4114116f23fa14674eb524cb2c6858c.tar.gz
- Directly include opt_sched.h in sched_4bsd.
Diffstat (limited to 'sys/kern/sched_4bsd.c')
-rw-r--r--sys/kern/sched_4bsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c
index 691e3b4..92e303ec 100644
--- a/sys/kern/sched_4bsd.c
+++ b/sys/kern/sched_4bsd.c
@@ -36,6 +36,7 @@
__FBSDID("$FreeBSD$");
#include "opt_hwpmc_hooks.h"
+#include "opt_sched.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud