aports/main/rtpproxy/prevent-pthread-from-running-macro.patch
Nathan Angelacos b854496b5c main/rtpproxy: Version bump to 2.0.0
new subpackage:  rtpproxy-debug
2015-03-12 17:29:14 +00:00

12 lines
240 B
Diff

--- ./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