From 3dee3a60d5156f3802c29b84a996a776f517636e Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 31 Aug 2014 12:18:42 -0700 Subject: [PATCH] Fix build on Windows --- limelight-common/PlatformSockets.h | 1 + limelight-common/RtspConnection.c | 1 - limelight-common/SdpGenerator.c | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/limelight-common/PlatformSockets.h b/limelight-common/PlatformSockets.h index 210cb5a..94164cb 100644 --- a/limelight-common/PlatformSockets.h +++ b/limelight-common/PlatformSockets.h @@ -14,6 +14,7 @@ #include #include #include +#include #include #define SOCKET int #define LastSocketError() errno diff --git a/limelight-common/RtspConnection.c b/limelight-common/RtspConnection.c index 71e31b3..b28541e 100644 --- a/limelight-common/RtspConnection.c +++ b/limelight-common/RtspConnection.c @@ -1,6 +1,5 @@ #include "Limelight-internal.h" #include "Rtsp.h" -#include #define RTSP_MAX_RESP_SIZE 16384 diff --git a/limelight-common/SdpGenerator.c b/limelight-common/SdpGenerator.c index 854390f..af93517 100644 --- a/limelight-common/SdpGenerator.c +++ b/limelight-common/SdpGenerator.c @@ -1,5 +1,4 @@ #include "Limelight-internal.h" -#include #define MAX_OPTION_NAME_LEN 128