Fix build on Windows

This commit is contained in:
Cameron Gutman 2014-08-31 12:18:42 -07:00
parent 62825197ae
commit 3dee3a60d5
3 changed files with 1 additions and 2 deletions

View File

@ -14,6 +14,7 @@
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/tcp.h> #include <netinet/tcp.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h> #include <errno.h>
#define SOCKET int #define SOCKET int
#define LastSocketError() errno #define LastSocketError() errno

View File

@ -1,6 +1,5 @@
#include "Limelight-internal.h" #include "Limelight-internal.h"
#include "Rtsp.h" #include "Rtsp.h"
#include <arpa/inet.h>
#define RTSP_MAX_RESP_SIZE 16384 #define RTSP_MAX_RESP_SIZE 16384

View File

@ -1,5 +1,4 @@
#include "Limelight-internal.h" #include "Limelight-internal.h"
#include <arpa/inet.h>
#define MAX_OPTION_NAME_LEN 128 #define MAX_OPTION_NAME_LEN 128