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/flac_plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder/flac_plugin.c') diff --git a/src/decoder/flac_plugin.c b/src/decoder/flac_plugin.c index 09757f091..ea5cc6320 100644 --- a/src/decoder/flac_plugin.c +++ b/src/decoder/flac_plugin.c @@ -19,6 +19,7 @@ #include "_flac_common.h" #include +#include /* this code was based on flac123, from flac-tools */ -- cgit v1.2.3