mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 08:40:28 +00:00
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.
This commit is contained in:
@@ -56,7 +56,6 @@ extern "C" {
|
||||
#endif // HAVE_CONFIG_H
|
||||
|
||||
#include <pthread.h>
|
||||
#include <semaphore.h>
|
||||
#include "control_socket.h"
|
||||
#include "module.h"
|
||||
#include "debug.h"
|
||||
|
||||
Reference in New Issue
Block a user