aports/main/asterisk/20-musl-astmm-fix.patch
Duncan Bellamy 25ffac29e0 main/asterisk: upgrade to 16.11.0
* compile with CFLAGS='-DENABLE_SRTP_AES_256', from #11609
* update APKBUILD to use amove
* update license from SPDX
* add missing descriptions to patches, and openrc sub package
* remove empty doc sub package function
* make single line sub package format the same
* add support for unbound
2020-06-15 17:45:34 +03:00

14 lines
361 B
Diff

Add include file needed when compiling with musl
diff --git a/include/asterisk/compat.h b/include/asterisk/compat.h
index 8547283..476dc2a 100644
--- 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>