--- brltty-4.5/configure.ac.orig 2013-03-27 23:54:58.000000000 +0100 +++ brltty-4.5/configure.ac 2013-04-07 19:04:31.636980920 +0200 @@ -1516,7 +1516,7 @@ ]) ]) - BRLTTY_IF_PACKAGE([speech-dispatcher], [speechd], [include/libspeechd.h], [dnl + BRLTTY_IF_PACKAGE([speech-dispatcher], [speechd], [include/speech-dispatcher/libspeechd.h], [dnl BRLTTY_SPEECH_DRIVER([sd], [SpeechDispatcher]) ], [include], [lib], [speechd]) BRLTTY_IF_PACKAGE([Swift], [swift], [include/swift.h], [dnl BRLTTY_SPEECH_DRIVER([sw], [Swift], [-L$(SWIFT_ROOT)/lib -lswift -lm]) --- brltty-4.5/Drivers/Speech/SpeechDispatcher/speech.c.orig 2013-03-27 23:51:36.000000000 +0100 +++ brltty-4.5/Drivers/Speech/SpeechDispatcher/speech.c 2013-04-07 19:56:47.340248894 +0200 @@ -38,7 +38,7 @@ #define SPK_HAVE_PUNCTUATION #include "spk_driver.h" -#include +#include static SPDConnection *connectionHandle = NULL; static const char *moduleName;