diff options
Diffstat (limited to 'kern/ipc_sched.c')
-rw-r--r-- | kern/ipc_sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/ipc_sched.c b/kern/ipc_sched.c index 4519c654..370573ed 100644 --- a/kern/ipc_sched.c +++ b/kern/ipc_sched.c @@ -35,7 +35,7 @@ #include <kern/processor.h> #include <kern/thread_swap.h> #include <kern/ipc_sched.h> -#include <machine/machspl.h> /* for splsched/splx */ +#include <machine/spl.h> /* for splsched/splx */ #include <machine/pmap.h> |