From bcbda8fc2a65c894594b101bd6b45397df511cdf Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 31 Jan 2014 11:33:07 +0100 Subject: [PATCH] c_basicRTSPOnlyServer.h: remove semaphore.h Mac OS X doesn't support semaphores and its implementation in semaphore.h is incompatible with that defined in compat/platform_semaphore.h. --- src/rtsp/c_basicRTSPOnlyServer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rtsp/c_basicRTSPOnlyServer.h b/src/rtsp/c_basicRTSPOnlyServer.h index aeabe1fe5..8c1bc86ed 100644 --- a/src/rtsp/c_basicRTSPOnlyServer.h +++ b/src/rtsp/c_basicRTSPOnlyServer.h @@ -56,7 +56,6 @@ extern "C" { #endif // HAVE_CONFIG_H #include -#include #include "control_socket.h" #include "module.h" #include "debug.h"