mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-10 17:56:06 +00:00
Fix build on Windows
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
#define SOCKET int
|
||||
#define LastSocketError() errno
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#include "Limelight-internal.h"
|
||||
#include "Rtsp.h"
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#define RTSP_MAX_RESP_SIZE 16384
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#include "Limelight-internal.h"
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#define MAX_OPTION_NAME_LEN 128
|
||||
|
||||
|
||||
Reference in New Issue
Block a user