aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtpproxy/prevent-pthread-from-running-macro.patch
blob: 6f63ea6bc4c3afbd8b8b52e2bdf4190eb607bc12 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/rtpp_memdeb.h.orig
+++ ./src/rtpp_memdeb.h
@@ -29,6 +29,8 @@
 #include <string.h>
 #include <stdlib.h>
 
+#include <pthread.h>
+
 #undef malloc
 #define malloc(n) rtpp_memdeb_malloc((n), __FILE__, __LINE__, __func__)
 #undef free