# HG changeset patch # User Eugene Zagidullin # Date 1205787139 -10800 # Node ID 6478692415a02fdec94a01e4bb1eba501be9f7bd # Parent e22a8deaf7b588f093a5ed5b31d32719202b0a7a fixed FTBFS diff -r e22a8deaf7b5 -r 6478692415a0 src/audacious/bmpconfig.c --- 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 +#endif + #include "effect.h" #include "general.h" #include "playback.h"