diff options
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386/pcb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386/pcb.h b/i386/i386/pcb.h index cea2fe2..4aad0b2 100644 --- a/i386/i386/pcb.h +++ b/i386/i386/pcb.h @@ -28,6 +28,8 @@ #include <sys/types.h> #include <mach/exec/exec.h> +#include <mach/thread_status.h> +#include <machine/thread.h> extern void pcb_init (thread_t thread); |