ports/audio/speech-dispatcher/patches/patch-src_modules_module_main_h

13 lines
325 B
Text

./module_main.h:137:8: error: unknown type name 'pthread_mutex_t'
Index: src/modules/module_main.h
--- src/modules/module_main.h.orig
+++ src/modules/module_main.h
@@ -29,6 +29,7 @@
#ifndef _SPEECHD_MODULE_MAIN_H
#define _SPEECHD_MODULE_MAIN_H
+#include <pthread.h>
#include <speechd_types.h>
#include <spd_audio.h>