mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-17 06:51:32 -06:00
Include <pthread.h> for pthread_self
Fixes compilation on Gentoo Linux with clang/libc++ 21.
This commit is contained in:
parent
6981e308a0
commit
1d85de6236
@ -51,6 +51,10 @@ static bool has_waitv()
|
||||
#include <random>
|
||||
#include <climits>
|
||||
|
||||
#ifdef __linux__
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
#include "asm.hpp"
|
||||
#include "endian.hpp"
|
||||
#include "tsc.hpp"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user