diff options
Diffstat (limited to 'i386/i386/pcb.h')
-rw-r--r-- | i386/i386/pcb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/i386/pcb.h b/i386/i386/pcb.h index dc9cbd7..f8671a2 100644 --- a/i386/i386/pcb.h +++ b/i386/i386/pcb.h @@ -27,6 +27,7 @@ #define _I386_PCB_H_ #include <sys/types.h> +#include <mach/exec/exec.h> extern void pcb_init (thread_t thread); |