comparison 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
comparison
equal deleted inserted replaced
1875:ee1b5dbb9dd6 1876:52d162b0dbd4
15 You should have received a copy of the GNU Lesser General Public 15 You should have received a copy of the GNU Lesser General Public
16 License along with this plugin; if not, write to the Free Software 16 License along with this plugin; if not, write to the Free Software
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 */ 18 */
19 19
20 #ifdef HAVE_CONFIG_H 20 #include "config.h"
21 # include "config.h"
22 #endif
23 21
24 #include <algorithm> 22 #include <algorithm>
25 #include <sstream> 23 #include <sstream>
26 #include <stdlib.h> 24 #include <stdlib.h>
27 #include <stdio.h> 25 #include <stdio.h>
32 #include "silentopl.h" 30 #include "silentopl.h"
33 #include "players.h" 31 #include "players.h"
34 #include "audacious/i18n.h" 32 #include "audacious/i18n.h"
35 extern "C" 33 extern "C"
36 { 34 {
35 #include "audacious/plugin.h"
37 #include "audacious/configdb.h" 36 #include "audacious/configdb.h"
38 #include "audacious/plugin.h"
39 #include "audacious/output.h" 37 #include "audacious/output.h"
40 #include "audacious/util.h" 38 #include "audacious/util.h"
41 } 39 }
42 40
43 41