mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 03:12:08 +01:00
14 lines
260 B
Diff
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_
|
|
|