mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00: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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue