diff options
Diffstat (limited to 'ipc/mach_port.c')
-rw-r--r-- | ipc/mach_port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mach_port.c b/ipc/mach_port.c index a739aa04..f522cac0 100644 --- a/ipc/mach_port.c +++ b/ipc/mach_port.c @@ -36,7 +36,7 @@ * Exported kernel calls. See mach/mach_port.defs. */ -#include <kern/debug.h> /* for panic() */ +#include <kern/debug.h> #include <kern/printf.h> #include <mach/port.h> #include <mach/kern_return.h> |