aboutsummaryrefslogtreecommitdiff
path: root/kern/ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/ast.c')
-rw-r--r--kern/ast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/ast.c b/kern/ast.c
index 8c514b3c..ea5730dd 100644
--- a/kern/ast.c
+++ b/kern/ast.c
@@ -46,7 +46,7 @@
#include <kern/processor.h>
#include <device/net_io.h>
-#include <machine/machspl.h> /* for splsched */
+#include <machine/spl.h> /* for splsched */
#if MACH_FIXPRI
#include <mach/policy.h>