From 22d18212acec9e97231a13a6dc02a0c451df9b89 Mon Sep 17 00:00:00 2001 From: Mikkel Krautz Date: Thu, 6 Jun 2013 22:17:31 +0200 Subject: mumble.pro: add speech-dispatcher 0.8 compatibiltiy. Based on initial patch by Timo Gurr --- src/mumble/TextToSpeech_unix.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/mumble/TextToSpeech_unix.cpp') diff --git a/src/mumble/TextToSpeech_unix.cpp b/src/mumble/TextToSpeech_unix.cpp index d0fbb8276..6443c0702 100644 --- a/src/mumble/TextToSpeech_unix.cpp +++ b/src/mumble/TextToSpeech_unix.cpp @@ -33,7 +33,11 @@ #include "TextToSpeech.h" #ifdef USE_SPEECHD -#include +# ifdef USE_SPEECHD_PKGCONFIG +# include +# else +# include +# endif #endif #include "Global.h" -- cgit v1.2.3