02fc202d01
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/brltty.git#b952485c37f1aae3b6088ca8f33b87ac146711c7
14 lines
433 B
Diff
14 lines
433 B
Diff
diff --git a/Drivers/Speech/SpeechDispatcher/speech.c b/Drivers/Speech/SpeechDispatcher/speech.c
|
|
index cc55007..a2fcc0d 100644
|
|
--- a/Drivers/Speech/SpeechDispatcher/speech.c
|
|
+++ b/Drivers/Speech/SpeechDispatcher/speech.c
|
|
@@ -35,7 +35,7 @@ typedef enum {
|
|
|
|
#include "spk_driver.h"
|
|
|
|
-#include <libspeechd.h>
|
|
+#include <speech-dispatcher/libspeechd.h>
|
|
|
|
static SPDConnection *connectionHandle = NULL;
|
|
static const char *moduleName;
|