diff src/scrobbler/configure.c @ 1975:00394f91e3c6

Updated plugins depending on old configdb to #include <audacious/plugin.h> so that bmp_cfg_db_* functions are still defined.
author Ben Tucker <ben.tucker@gmail.com>
date Sat, 06 Oct 2007 18:39:37 -0700
parents 2ebeb7816c5e
children b8da6a0b0da2
line wrap: on
line diff
--- a/src/scrobbler/configure.c	Fri Oct 05 23:24:20 2007 +0200
+++ b/src/scrobbler/configure.c	Sat Oct 06 18:39:37 2007 -0700
@@ -3,6 +3,7 @@
 #include <config.h>
 
 #include <audacious/util.h>
+#include <audacious/plugin.h>
 #include <audacious/configdb.h>
 
 #include <sys/types.h>