mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-09 03:01:28 -06:00
Fix: Missed windows socket import
This commit is contained in:
parent
c576aefa9f
commit
98d223d926
@ -14,6 +14,7 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <wepoll.h>
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
// TODO: FreeBSD requires libepoll-shim for epoll support
|
||||
|
||||
Loading…
Reference in New Issue
Block a user