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/decoder/wavpack_plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/decoder') diff --git a/src/decoder/wavpack_plugin.c b/src/decoder/wavpack_plugin.c index 70a02f284..b96de361e 100644 --- a/src/decoder/wavpack_plugin.c +++ b/src/decoder/wavpack_plugin.c @@ -24,6 +24,8 @@ #include #include + +#include #include /* pick 1020 since its devisible for 8,16,24, and 32-bit audio */ -- cgit v1.2.3