aboutsummaryrefslogtreecommitdiff
path: root/sys/posix4/ksched.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-11-15 22:55:06 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-11-15 22:55:06 +0000
commitb565fb9e6fadea77df982e108f32eb0e88a50f87 (patch)
tree352b63f9df747baea0095b73d880cb53f902354c /sys/posix4/ksched.c
parentbbb4330b6156ef2827cc03ff4aab7a0fe307683c (diff)
downloadsrc-b565fb9e6fadea77df982e108f32eb0e88a50f87.tar.gz
src-b565fb9e6fadea77df982e108f32eb0e88a50f87.zip
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.
Notes
Notes: svn path=/head/; revision=106969
Diffstat (limited to 'sys/posix4/ksched.c')
-rw-r--r--sys/posix4/ksched.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/posix4/ksched.c b/sys/posix4/ksched.c
index 690c2fa09bd0..ba53cc2f438b 100644
--- a/sys/posix4/ksched.c
+++ b/sys/posix4/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>