]> err.no Git - mapper/commitdiff
Always include basic headers so it compiles without gst+espeak
authorKaj-Michael Lang <milang@onion.tal.org>
Wed, 5 Sep 2007 13:41:55 +0000 (16:41 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Wed, 5 Sep 2007 13:41:55 +0000 (16:41 +0300)
src/speak.c

index e565e1dfaf94a6bb4d11fd9b5d222514030b0c59..2c6e00245a86cf945da77ea68fc3be97d5c65a4a 100644 (file)
@@ -1,10 +1,11 @@
 #include "config.h"
 
-#if defined (WITH_GST) && defined (WITH_ESPEAK)
-
 #include <string.h>
 #include <glib.h>
 #include <glib/gstdio.h>
+
+#if defined (WITH_GST) && defined (WITH_ESPEAK)
+
 #include <gst/gst.h>
 #include <gst/app/gstappsrc.h>
 #include <gst/app/gstappbuffer.h>