From 566c227636481b246d928772ebeaacbc7c37145b Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Wed, 11 Jan 2023 23:23:24 -0500 Subject: Create kern/mach4.h and kern/mach_host.h and define the RPC prototypes for mach4.defs and mach_host.defs. Also move more mach_debug rpcs to kern/mach_debug.h. Message-Id: --- kern/ipc_host.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kern/ipc_host.c') diff --git a/kern/ipc_host.c b/kern/ipc_host.c index 6163beff..0f35689a 100644 --- a/kern/ipc_host.c +++ b/kern/ipc_host.c @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include @@ -42,6 +43,7 @@ #include #include #include +#include #include /* for spl */ -- cgit v1.2.3