From bf2393db5d814edf92dc9c6bd01dbb0511dc2519 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Fri, 29 Nov 2013 22:53:58 +0100 Subject: ipc/mach_msg.c: remove forward declarations * ipc/mach_msg.c: Include kern/exception.h. (exception_raise_continue, exception_raise_continue_fast): Remove forward declarations. * kern/exception.h: Include ipc/ipc_types.h. Include ipc/ipc_kmsg.h. --- kern/exception.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kern/exception.h') 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 +#include + extern void exception( integer_t _exception, -- cgit v1.2.3