summaryrefslogtreecommitdiffstats
path: root/net/asterisk/patches/110-fix-astmm.patch
blob: 1d779010d8428db04330ec464a5a73fad1139469 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/include/asterisk/compat.h
+++ b/include/asterisk/compat.h
@@ -30,6 +30,7 @@
 #include <inttypes.h>
 #include <limits.h>
 #include <unistd.h>
+#include <pthread.h>
 
 #ifdef HAVE_STDDEF_H
 #include <stddef.h>