2014-02-20 10:19:36 +00:00
|
|
|
diff --git a/Drivers/Speech/SpeechDispatcher/speech.c b/Drivers/Speech/SpeechDispatcher/speech.c
|
2021-02-02 10:16:11 +00:00
|
|
|
index cc55007..a2fcc0d 100644
|
2014-02-20 10:19:36 +00:00
|
|
|
--- a/Drivers/Speech/SpeechDispatcher/speech.c
|
|
|
|
+++ b/Drivers/Speech/SpeechDispatcher/speech.c
|
2021-02-02 10:16:11 +00:00
|
|
|
@@ -35,7 +35,7 @@ typedef enum {
|
2014-02-20 10:19:36 +00:00
|
|
|
|
|
|
|
#include "spk_driver.h"
|
|
|
|
|
|
|
|
-#include <libspeechd.h>
|
|
|
|
+#include <speech-dispatcher/libspeechd.h>
|
|
|
|
|
|
|
|
static SPDConnection *connectionHandle = NULL;
|
|
|
|
static const char *moduleName;
|