mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
* 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
14 lines
361 B
Diff
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>
|