Module: wine Branch: master Commit: 9bd292127e56b717c093cfb70b2851904287b68f URL: https://source.winehq.org/git/wine.git/?a=commit;h=9bd292127e56b717c093cfb70...
Author: Gijs Vermeulen gijsvrm@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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>