diff options
Diffstat (limited to 'ipc/ipc_port.c')
-rw-r--r-- | ipc/ipc_port.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ipc/ipc_port.c b/ipc/ipc_port.c index a23375cd..fa8ed3af 100644 --- a/ipc/ipc_port.c +++ b/ipc/ipc_port.c @@ -34,6 +34,7 @@ * Functions to manipulate IPC ports. */ +#include <printf.h> #include <string.h> #include <mach/port.h> @@ -1448,8 +1449,6 @@ void ipc_port_print(port) ipc_port_t port; { - extern int indent; - printf("port 0x%x\n", port); indent += 2; |