about summary refs log tree commit diff
path: root/pkgs/applications/emulators/wine/darwin-qos.patch
blob: e9bd813feaab09df6d77da5189c8f81e33028688 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/dlls/ntdll/unix/loader.c b/dlls/ntdll/unix/loader.c
index cde37c48b0d..be237bc0ad3 100644
--- a/dlls/ntdll/unix/loader.c
+++ b/dlls/ntdll/unix/loader.c
@@ -65,6 +65,7 @@
 # undef LoadResource
 # undef GetCurrentThread
 # include <pthread.h>
+# include <pthread/qos.h>
 # include <mach/mach.h>
 # include <mach/mach_error.h>
 # include <mach-o/getsect.h>