From 14e121af90bff0c3ccb1cd818009a0eaf0d3e87c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 24 Nov 2008 10:33:08 +0100 Subject: flac, mpc, ogg, wavpack: include unistd.h for SEEK_SET SEEK_SET is defined by unistd.h. Explicitly include it. --- src/decoder/wavpack_plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder/wavpack_plugin.c') diff --git a/src/decoder/wavpack_plugin.c b/src/decoder/wavpack_plugin.c index 519f5bf6e..70a02f284 100644 --- a/src/decoder/wavpack_plugin.c +++ b/src/decoder/wavpack_plugin.c @@ -24,6 +24,7 @@ #include #include +#include /* pick 1020 since its devisible for 8,16,24, and 32-bit audio */ #define CHUNK_SIZE 1020 -- cgit v1.2.3