Files
ports/graphics/bgfx/files/patch-bx_src_mutex.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
191 B
C++

--- bx/src/mutex.cpp.orig 2023-12-04 22:18:54 UTC
+++ bx/src/mutex.cpp
@@ -5,6 +5,8 @@
#include <bx/mutex.h>
+#include <pthread.h>
+
#if BX_CONFIG_SUPPORTS_THREADING
#if BX_CRT_NONE