Blame SOURCES/brltty-6.3-libspeechd.patch

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