Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mumble/TextToSpeech_unix.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mumble/TextToSpeech_unix.cpp b/src/mumble/TextToSpeech_unix.cpp
index 2ef15ca06..52d02ccb6 100644
--- a/src/mumble/TextToSpeech_unix.cpp
+++ b/src/mumble/TextToSpeech_unix.cpp
@@ -30,7 +30,9 @@
#include "TextToSpeech.h"
#include "Global.h"
+#ifdef USE_SPEECHD
#include <libspeechd.h>
+#endif
class TextToSpeechPrivate {
#ifdef USE_SPEECHD