mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-07 11:13:15 +00:00
exception: Fix raising exceptions on POSIX systems (#1868)
This commit is contained in:
parent
6d728ec7ed
commit
95638d5ca5
2 changed files with 9 additions and 4 deletions
|
@ -11,6 +11,7 @@
|
|||
#else
|
||||
#include <csignal>
|
||||
#include <pthread.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
namespace Core {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue