From ab6f5e1e9b711239b32504af684026b74b9ced50 Mon Sep 17 00:00:00 2001 From: Thorvald Natvig Date: Tue, 18 Mar 2008 00:29:46 +0000 Subject: Patch to fix no-speechd [l-n] git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1002 05730e5d-ab1b-0410-a4ac-84af385074fa --- src/mumble/TextToSpeech_unix.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mumble/TextToSpeech_unix.cpp') 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 +#endif class TextToSpeechPrivate { #ifdef USE_SPEECHD -- cgit v1.2.3