summaryrefslogtreecommitdiffstats
path: root/sys/kern/ksched.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-11-15 22:55:06 +0000
committeralfred <alfred@FreeBSD.org>2002-11-15 22:55:06 +0000
commit19142b69cdfa3a0bf5c2f50d91da354c01d24f51 (patch)
tree352b63f9df747baea0095b73d880cb53f902354c /sys/kern/ksched.c
parent60e892bf319d72d9b1ee2c14488fa30da0195da3 (diff)
downloadFreeBSD-src-19142b69cdfa3a0bf5c2f50d91da354c01d24f51.zip
FreeBSD-src-19142b69cdfa3a0bf5c2f50d91da354c01d24f51.tar.gz
headers should not really include "opt_foo.h" (in this case opt_posix.h).
remove it from the header and add it to the files that require it.
Diffstat (limited to 'sys/kern/ksched.c')
-rw-r--r--sys/kern/ksched.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/ksched.c b/sys/kern/ksched.c
index 690c2fa..ba53cc2 100644
--- a/sys/kern/ksched.c
+++ b/sys/kern/ksched.c
@@ -35,6 +35,8 @@
/* ksched: Soft real time scheduling based on "rtprio".
*/
+#include "opt_posix.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/lock.h>
OpenPOWER on IntegriCloud