desktop/mumble/speech-dispatcher.patch
2014-08-09 19:31:28 +00:00

13 lines
397 B
Diff

diff -Naur a/src/mumble/TextToSpeech_unix.cpp b/src/mumble/TextToSpeech_unix.cpp
--- a/src/mumble/TextToSpeech_unix.cpp 2014-08-08 15:51:59.000000000 +0000
+++ b/src/mumble/TextToSpeech_unix.cpp 2014-08-09 19:27:51.903576493 +0000
@@ -33,7 +33,7 @@
#include "TextToSpeech.h"
#ifdef USE_SPEECHD
-#include <libspeechd.h>
+#include <speech-dispatcher/libspeechd.h>
#endif
#include "Global.h"