[PATCH] ntdll: Fix build.

Chip Davis cdavis at codeweavers.com
Tue Nov 26 10:02:19 CST 2019


Signed-off-by: Chip Davis <cdavis 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 b684d7683b4..610bf4ccaaa 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>
-- 
2.21.0




More information about the wine-devel mailing list