Gijs Vermeulen : ntdll: Fix implicit declaration of mach_port_deallocate.

Alexandre Julliard julliard at winehq.org
Wed Nov 27 16:32:29 CST 2019


Module: wine
Branch: master
Commit: 9bd292127e56b717c093cfb70b2851904287b68f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=9bd292127e56b717c093cfb70b2851904287b68f

Author: Gijs Vermeulen <gijsvrm at codeweavers.com>
Date:   Wed Nov 27 18:21:51 2019 +0100

ntdll: Fix implicit declaration of mach_port_deallocate.

Signed-off-by: Gijs Vermeulen <gijsvrm at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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>




More information about the wine-cvs mailing list