diff options
Diffstat (limited to 'kern/thread.c')
-rw-r--r-- | kern/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.c b/kern/thread.c index eb73590c..68cc667e 100644 --- a/kern/thread.c +++ b/kern/thread.c @@ -70,7 +70,7 @@ #include <ipc/ipc_port.h> #include <ipc/mach_msg.h> #include <ipc/mach_port.server.h> -#include <machine/machspl.h> /* for splsched */ +#include <machine/spl.h> /* for splsched */ #include <machine/pcb.h> #include <machine/thread.h> /* for MACHINE_STACK */ |