Chip Davis : ntdll: Fix macOS build.
Module: wine Branch: master Commit: 0d1029e8293915eb2b17fd35b3481f70e626a402 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0d1029e8293915eb2b17fd35b... Author: Chip Davis <cdavis(a)codeweavers.com> Date: Tue Nov 26 10:02:19 2019 -0600 ntdll: Fix macOS build. Signed-off-by: Chip Davis <cdavis(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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>
participants (1)
-
Alexandre Julliard