changeset 4358:6478692415a0

fixed FTBFS
author Eugene Zagidullin <e.asphyx@gmail.com>
date Mon, 17 Mar 2008 23:52:19 +0300
parents e22a8deaf7b5
children 0becb809bdc9
files src/audacious/bmpconfig.c
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/bmpconfig.c	Mon Mar 17 19:35:44 2008 +0100
+++ b/src/audacious/bmpconfig.c	Mon Mar 17 23:52:19 2008 +0300
@@ -23,6 +23,14 @@
  *  Audacious or using our public API to be a derived work.
  */
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
+#ifdef USE_SRC
+#  include <samplerate.h>
+#endif
+
 #include "effect.h"
 #include "general.h"
 #include "playback.h"