Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
1974:bb4d19fa0ac4 | 1975:00394f91e3c6 |
---|---|
1 #include "settings.h" | 1 #include "settings.h" |
2 | 2 |
3 #include <config.h> | 3 #include <config.h> |
4 | 4 |
5 #include <audacious/util.h> | 5 #include <audacious/util.h> |
6 #include <audacious/plugin.h> | |
6 #include <audacious/configdb.h> | 7 #include <audacious/configdb.h> |
7 | 8 |
8 #include <sys/types.h> | 9 #include <sys/types.h> |
9 #include <sys/stat.h> | 10 #include <sys/stat.h> |
10 #include <unistd.h> | 11 #include <unistd.h> |