diff options
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/mach_msg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/mach_msg.c b/ipc/mach_msg.c index 593cf19..5824d8d 100644 --- a/ipc/mach_msg.c +++ b/ipc/mach_msg.c @@ -58,8 +58,8 @@ #include <ipc/ipc_thread.h> #include <ipc/ipc_entry.h> #include <ipc/mach_msg.h> - - +#include <machine/locore.h> +#include <machine/pcb.h> extern void exception_raise_continue(); extern void exception_raise_continue_fast(); |