diff options
Diffstat (limited to 'src/song.c')
-rw-r--r-- | src/song.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/song.c b/src/song.c index 56ece8eaf..b7a8d2f8a 100644 --- a/src/song.c +++ b/src/song.c @@ -27,6 +27,11 @@ #include "decoder_list.h" #include "decoder_api.h" +#include <assert.h> +#include <sys/types.h> +#include <sys/stat.h> +#include <unistd.h> + static struct song * song_alloc(const char *url, struct directory *parent) { |