decoder/OggFind.cxx: include stdio.h for SEEK_END definition

This commit is contained in:
Denis Krjuchkov 2013-11-18 16:28:39 +06:00
parent 35297f8d4f
commit 0bcc477d46

View File

@ -22,6 +22,8 @@
#include "OggSyncState.hxx"
#include "util/Error.hxx"
#include <stdio.h>
bool
OggFindEOS(OggSyncState &oy, ogg_stream_state &os, ogg_packet &packet)
{