Chip Davis : ntdll: Fix macOS build.

Alexandre Julliard julliard at winehq.org
Tue Nov 26 16:21:25 CST 2019


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

Author: Chip Davis <cdavis at codeweavers.com>
Date:   Tue Nov 26 10:02:19 2019 -0600

ntdll: Fix macOS build.

Signed-off-by: Chip Davis <cdavis 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 f59aba0358..589fb68d7a 100644
--- a/dlls/ntdll/nt.c
+++ b/dlls/ntdll/nt.c
@@ -37,6 +37,7 @@
 # include <mach/machine.h>
 #endif
 #ifdef HAVE_IOKIT_IOKITLIB_H
+# include <CoreFoundation/CoreFoundation.h>
 # include <IOKit/IOKitLib.h>
 # include <IOKit/pwr_mgt/IOPM.h>
 # include <IOKit/pwr_mgt/IOPMLib.h>




More information about the wine-cvs mailing list