- Include opt_sched.h for SCHED_STATS.

This commit is contained in:
Jeff Roberson 2007-06-12 23:27:31 +00:00
parent 418130b101
commit 3036ab79e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170640
3 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,7 @@ __FBSDID("$FreeBSD$");
#include "opt_sleepqueue_profiling.h"
#include "opt_ddb.h"
#include "opt_sched.h"
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
#ifdef __i386__
#include "opt_npx.h"
#endif
#include "opt_sched.h"
#include <sys/param.h>
#include <sys/bus.h>

View File

@ -61,6 +61,7 @@ __FBSDID("$FreeBSD$");
#include "opt_ddb.h"
#include "opt_turnstile_profiling.h"
#include "opt_sched.h"
#include <sys/param.h>
#include <sys/systm.h>