Mercurial > audlegacy-plugins
changeset 1982:0ea55fc6f220
scrobbler: vtable fixing
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 07 Oct 2007 01:10:41 -0500 |
parents | d41f324ad7d9 |
children | 47057148c992 |
files | src/scrobbler/gerpok.c src/scrobbler/scrobbler.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/scrobbler/gerpok.c Sun Oct 07 01:02:04 2007 -0500 +++ b/src/scrobbler/gerpok.c Sun Oct 07 01:10:41 2007 -0500 @@ -13,7 +13,7 @@ #include "config.h" #include <glib.h> -#include <audacious/tuple.h> +#include <audacious/plugin.h> #include <audacious/util.h> #define SCROBBLER_HS_URL "http://post.gerpok.com"
--- a/src/scrobbler/scrobbler.c Sun Oct 07 01:02:04 2007 -0500 +++ b/src/scrobbler/scrobbler.c Sun Oct 07 01:10:41 2007 -0500 @@ -12,7 +12,7 @@ #include "settings.h" #include <glib.h> -#include <audacious/tuple.h> +#include <audacious/plugin.h> #include <audacious/util.h> #define SCROBBLER_HS_URL "http://post.audioscrobbler.com"