We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fe86e commit 0fc7d61Copy full SHA for 0fc7d61
2 files changed
src/rtsp/c_basicRTSPOnlyServer.cpp
@@ -44,6 +44,7 @@
44
*/
45
46
#include <cassert>
47
+#include <pthread.h>
48
49
#include "rtsp/c_basicRTSPOnlyServer.h"
50
#include "rtsp/BasicRTSPOnlyServer.hh"
src/rtsp/c_basicRTSPOnlyServer.h
@@ -45,18 +45,12 @@
#ifndef C_BASIC_RTSP_ONLY_SERVER_H
#define C_BASIC_RTSP_ONLY_SERVER_H
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#include "config_unix.h"
51
-#include "config_win32.h"
52
-#endif // HAVE_CONFIG_H
53
-
54
-#include <pthread.h>
55
#include "control_socket.h"
56
#include "module.h"
57
#include "debug.h"
58
#include "rtsp/rtsp_utils.h"
59
#include "audio/types.h"
+#include "types.h"
60
61
62
#ifdef __cplusplus
0 commit comments