flac, mpc, ogg, wavpack: include unistd.h for SEEK_SET

SEEK_SET is defined by unistd.h.  Explicitly include it.
This commit is contained in:
Max Kellermann
2008-11-24 10:33:08 +01:00
parent acbfba0698
commit 14e121af90
5 changed files with 5 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
#include "_ogg_common.h"
#include <OggFLAC/seekable_stream_decoder.h>
#include <unistd.h>
static void oggflac_cleanup(FlacData * data,
OggFLAC__SeekableStreamDecoder * decoder)