From 5ed9f02c4de0a8ddb7649e0541a8d6f32f61b3f8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Jan 2013 22:53:12 +0100 Subject: TagPool, ...: include cleanup --- src/SongSticker.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/SongSticker.hxx') diff --git a/src/SongSticker.hxx b/src/SongSticker.hxx index fd25af4c..07539b40 100644 --- a/src/SongSticker.hxx +++ b/src/SongSticker.hxx @@ -20,7 +20,7 @@ #ifndef MPD_SONG_STICKER_HXX #define MPD_SONG_STICKER_HXX -#include +#include "gerror.h" struct song; struct Directory; @@ -77,7 +77,7 @@ sticker_song_get(const struct song *song); bool sticker_song_find(Directory *directory, const char *name, void (*func)(struct song *song, const char *value, - gpointer user_data), - gpointer user_data); + void *user_data), + void *user_data); #endif -- cgit v1.2.3