summaryrefslogtreecommitdiff
path: root/brltty-6.3-libspeechd.patch
blob: 97e1d1fa3b2eca3e809c8a86c3567054ce9585c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;