Files
ports/graphics/bgfx/files/patch-bx_src_thread.cpp
T
Yuri Victorovich fb67688700 graphics/bgfx: update 1.121.8558-454 → 1.124.8632-460
Reported by:	portscout
2023-12-04 23:27:24 -08:00

12 lines
236 B
C++

--- 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