From ac8b97ff4aea252ee83107033b704b5ab9cf58b0 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 17 Jul 2008 01:02:02 +0000 Subject: 2008-07-15 Barry deFreese * ipc/mach_port.h: New header. * ipc/mach_port.c: Include . (mach_port_get_receive_status): Add forward declaration. * kern/bootstrap.c: Include . * kern/ipc_mig.c: Likewise. * kern/syscall_sw.c: Likewise. --- kern/bootstrap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'kern/bootstrap.c') diff --git a/kern/bootstrap.c b/kern/bootstrap.c index ea8e823b..ac953930 100644 --- a/kern/bootstrap.c +++ b/kern/bootstrap.c @@ -38,6 +38,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3