diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2006-11-11 16:26:58 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2006-11-11 16:26:58 +0000 |
| commit | 6aeb05d7beb3dca9125aea23d23a4aee6f7edae2 (patch) | |
| tree | 662fae3cb386b3fef99fe533a5744acfbb9353ad /sys/compat/linux/linux_misc.c | |
| parent | bdd04ab18442d2fa44c9f83bd3a6ae0f9c551d19 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_misc.c')
| -rw-r--r-- | sys/compat/linux/linux_misc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index cab95c7470dd..178e357f7204 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -52,6 +52,7 @@ __FBSDID("$FreeBSD$"); #include <sys/proc.h> #include <sys/reboot.h> #include <sys/resourcevar.h> +#include <sys/sched.h> #include <sys/signalvar.h> #include <sys/stat.h> #include <sys/syscallsubr.h> @@ -73,8 +74,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_object.h> #include <vm/swap_pager.h> -#include <posix4/sched.h> - #include <compat/linux/linux_sysproto.h> #include <compat/linux/linux_emul.h> #include <compat/linux/linux_misc.h> |
