Blame SOURCES/brltty-5.0-libspeechd.patch

ce24cc
diff --git a/Drivers/Speech/SpeechDispatcher/speech.c b/Drivers/Speech/SpeechDispatcher/speech.c
ce24cc
index d73250a..df92708 100644
ce24cc
--- a/Drivers/Speech/SpeechDispatcher/speech.c
ce24cc
+++ b/Drivers/Speech/SpeechDispatcher/speech.c
ce24cc
@@ -34,7 +34,7 @@ typedef enum {
ce24cc
 
ce24cc
 #include "spk_driver.h"
ce24cc
 
ce24cc
-#include <libspeechd.h>
ce24cc
+#include <speech-dispatcher/libspeechd.h>
ce24cc
 
ce24cc
 static SPDConnection *connectionHandle = NULL;
ce24cc
 static const char *moduleName;