aports/main/rtpproxy/include-pthread.patch
2025-09-09 12:16:48 +00:00

14 lines
260 B
Diff

diff --git a/src/rtpp_proc_async.h b/src/rtpp_proc_async.h
index 470b69fd..95474c3d 100644
--- a/src/rtpp_proc_async.h
+++ b/src/rtpp_proc_async.h
@@ -25,6 +25,8 @@
*
*/
+#include <pthread.h>
+
#ifndef _RTPP_PROC_ASYNC_H_
#define _RTPP_PROC_ASYNC_H_