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