You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
367 B

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" {