Mercurial > audlegacy-plugins
diff src/adplug/adplug-xmms.cc @ 1876:52d162b0dbd4
Fix AdPlug compilation.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 25 Sep 2007 21:20:18 +0300 |
| parents | f35f9d6fcb6d |
| children | 2ebeb7816c5e |
line wrap: on
line diff
--- a/src/adplug/adplug-xmms.cc Tue Sep 25 21:02:50 2007 +0300 +++ b/src/adplug/adplug-xmms.cc Tue Sep 25 21:20:18 2007 +0300 @@ -17,9 +17,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include "config.h" #include <algorithm> #include <sstream> @@ -34,8 +32,8 @@ #include "audacious/i18n.h" extern "C" { +#include "audacious/plugin.h" #include "audacious/configdb.h" -#include "audacious/plugin.h" #include "audacious/output.h" #include "audacious/util.h" }
