diff options
Diffstat (limited to 'kern/ipc_host.c')
-rw-r--r-- | kern/ipc_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/ipc_host.c b/kern/ipc_host.c index 6b818623..4c6c5306 100644 --- a/kern/ipc_host.c +++ b/kern/ipc_host.c @@ -45,7 +45,7 @@ #include <ipc/ipc_space.h> #include <mach/mach_traps.h> -#include <machine/machspl.h> /* for spl */ +#include <machine/spl.h> /* for spl */ |