From: Kaj-Michael Lang Date: Wed, 5 Sep 2007 13:41:55 +0000 (+0300) Subject: Always include basic headers so it compiles without gst+espeak X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfcbb471f3402bae0bd1c520a0bac0a07647dde7;p=mapper Always include basic headers so it compiles without gst+espeak --- diff --git a/src/speak.c b/src/speak.c index e565e1d..2c6e002 100644 --- a/src/speak.c +++ b/src/speak.c @@ -1,10 +1,11 @@ #include "config.h" -#if defined (WITH_GST) && defined (WITH_ESPEAK) - #include #include #include + +#if defined (WITH_GST) && defined (WITH_ESPEAK) + #include #include #include