diff options
Diffstat (limited to 'ipc/mach_msg.c')
-rw-r--r-- | ipc/mach_msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mach_msg.c b/ipc/mach_msg.c index 0fe2f7c..593cf19 100644 --- a/ipc/mach_msg.c +++ b/ipc/mach_msg.c @@ -41,7 +41,7 @@ #include <mach/message.h> #include <kern/assert.h> #include <kern/counters.h> -#include <kern/debug.h> /* for panic() */ +#include <kern/debug.h> #include <kern/lock.h> #include <kern/printf.h> #include <kern/sched_prim.h> |