summaryrefslogtreecommitdiff
path: root/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.11.1-include-pthread_h.patch
blob: 3575e2c54c99ff99efb5e11a7956688a6dd7f9db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This fixes pthread_mutex_t being undefined on musl libc.

https://github.com/brailcom/speechd/commit/17e4038948f01e389cbd7fedbe3f0eb54ad3292d
https://bugs.gentoo.org/833347
--- a/src/modules/module_main.h
+++ b/src/modules/module_main.h
@@ -31,6 +31,7 @@
 
 #include <speechd_types.h>
 #include <spd_audio.h>
+#include <pthread.h>
 
 #ifdef __cplusplus
 extern "C" {