mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
gcc: add a few missing includes (cstdlib, string)
This commit is contained in:
parent
bfffd20946
commit
14f76e2a91
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include <immintrin.h>
|
||||
#include <link.h>
|
||||
#include <linux/prctl.h>
|
||||
#include <string>
|
||||
#include <sys/prctl.h>
|
||||
#include <sys/ucontext.h>
|
||||
#include <ucontext.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue