From 95b3430f5277cf36bc9acc989e301ae302747a98 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 29 Dec 2008 17:28:32 +0100 Subject: removed os_compat.h Only include headers which are really needed. os_compat.h aimed to make MPD easily portable, but was never actually made portable. --- src/song.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/song.c') 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 +#include +#include +#include + static struct song * song_alloc(const char *url, struct directory *parent) { -- cgit v1.2.3