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/mpc_plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder/mpc_plugin.c') diff --git a/src/decoder/mpc_plugin.c b/src/decoder/mpc_plugin.c index da49425fa..19a0e2409 100644 --- a/src/decoder/mpc_plugin.c +++ b/src/decoder/mpc_plugin.c @@ -20,6 +20,7 @@ #include #include +#include typedef struct _MpcCallbackData { struct input_stream *inStream; -- cgit v1.2.3