mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-18 23:00:58 +00:00
Fix Windows build
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include <Winsock2.h>
|
#include <Winsock2.h>
|
||||||
|
#include <ws2tcpip.h>
|
||||||
#else
|
#else
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user