diff options
author | Miles Bader <miles@gnu.org> | 1997-04-23 18:40:54 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-04-23 18:40:54 +0000 |
commit | a0b3ee7a806c1a8d38b8b5d28aca32ded75918fb (patch) | |
tree | 1c720f703a93c6ad8a50c2a6bfb3e5d3df06a96e | |
parent | 6200f7c3c9a696755b39c4ea093d97fcfb1aaab2 (diff) |
[MACH_KDB]: Add include of <kern/task.h>.
-rw-r--r-- | ipc/ipc_entry.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc/ipc_entry.c b/ipc/ipc_entry.c index 305c98e..523f070 100644 --- a/ipc/ipc_entry.c +++ b/ipc/ipc_entry.c @@ -831,6 +831,8 @@ ipc_entry_grow_table(space) #if MACH_KDB #include <ddb/db_output.h> +#include <kern/task.h> + #define printf kdbprintf ipc_entry_t db_ipc_object_by_name( |