diff options
Diffstat (limited to '')
-rw-r--r-- | src/tag_id3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag_id3.h b/src/tag_id3.h index 4140896b2..101c60b0f 100644 --- a/src/tag_id3.h +++ b/src/tag_id3.h @@ -31,10 +31,10 @@ struct tag *tag_id3_load(const char *file); #else -#include "gcc.h" +#include <glib.h> static inline struct tag * -tag_id3_load(mpd_unused const char *file) +tag_id3_load(G_GNUC_UNUSED const char *file) { return NULL; } |