You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
433 B
14 lines
433 B
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;
|