diff options
Diffstat (limited to 'kern/exception.h')
-rw-r--r-- | kern/exception.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kern/exception.h b/kern/exception.h index 8d4d79b..55902dd 100644 --- a/kern/exception.h +++ b/kern/exception.h @@ -19,6 +19,9 @@ #ifndef _KERN_EXCEPTION_H_ #define _KERN_EXCEPTION_H_ +#include <ipc/ipc_types.h> +#include <ipc/ipc_kmsg.h> + extern void exception( integer_t _exception, |