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