diff --git a/src/song.h b/src/song.h index fddd5ccfd..cb8ba188f 100644 --- a/src/song.h +++ b/src/song.h @@ -35,7 +35,7 @@ typedef struct _Song { struct _Directory *parentDir; time_t mtime; char url[sizeof(size_t)]; -} mpd_packed Song; +} Song; Song * song_alloc(const char *url, struct _Directory *parent);