[PATCH] ntdll: Fix implicit declaration of mach_port_deallocate.

Gijs Vermeulen gijsvrm at codeweavers.com
Wed Nov 27 11:21:51 CST 2019


Signed-off-by: Gijs Vermeulen <gijsvrm at codeweavers.com>
---
 dlls/ntdll/nt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/ntdll/nt.c b/dlls/ntdll/nt.c
index 589fb68d7a..cdc893b6a2 100644
--- a/dlls/ntdll/nt.c
+++ b/dlls/ntdll/nt.c
@@ -79,6 +79,7 @@
 #include "ddk/wdm.h"
 
 #ifdef __APPLE__
+#include <mach/mach.h>
 #include <mach/mach_init.h>
 #include <mach/mach_host.h>
 #include <mach/vm_map.h>
-- 
2.24.0




More information about the wine-devel mailing list