mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +00:00
Include winsock2.h to access select
This commit is contained in:
parent
26687060cd
commit
c592b57a81
@ -23,7 +23,11 @@
|
||||
#include "core/memory.h"
|
||||
#include "kernel.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h>
|
||||
#else
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
|
||||
namespace D = Core::Devices;
|
||||
|
Loading…
Reference in New Issue
Block a user