summaryrefslogtreecommitdiff
path: root/kern/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread.c')
-rw-r--r--kern/thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/thread.c b/kern/thread.c
index c90acda..8c08dc4 100644
--- a/kern/thread.c
+++ b/kern/thread.c
@@ -57,6 +57,7 @@
#include <ipc/ipc_port.h>
#include <ipc/mach_msg.h>
#include <machine/machspl.h> /* for splsched */
+#include <machine/pcb.h>
#include <machine/thread.h> /* for MACHINE_STACK */
thread_t active_threads[NCPUS];