Commit 0bcc477d authored by Denis Krjuchkov's avatar Denis Krjuchkov

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

parent 35297f8d
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
#include "OggSyncState.hxx" #include "OggSyncState.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include <stdio.h>
bool bool
OggFindEOS(OggSyncState &oy, ogg_stream_state &os, ogg_packet &packet) OggFindEOS(OggSyncState &oy, ogg_stream_state &os, ogg_packet &packet)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment