aboutsummaryrefslogtreecommitdiff
path: root/graphics/bgfx/files/patch-bx_src_thread.cpp
blob: 1688d80e355fc850ad8bd80f57c7e40f5c18bcb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- bx/src/thread.cpp.orig	2023-12-04 22:36:27 UTC
+++ bx/src/thread.cpp
@@ -6,6 +6,8 @@
 #include <bx/os.h>
 #include <bx/thread.h>
 
+#include <pthread.h>
+
 #if BX_CONFIG_SUPPORTS_THREADING
 
 #if BX_PLATFORM_WINDOWS && !BX_CRT_NONE