decoder/audiofile: include stdio header for SEEK_* defines

The stdio header is no longer pulled in by af_vfs.h in audiofile-0.3.0.
This commit is contained in:
Tim Harder 2011-09-16 18:58:49 -07:00 committed by Max Kellermann
parent 27206368da
commit 79435dbdec
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <af_vfs.h>
#include <assert.h>
#include <glib.h>
#include <stdio.h>
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "audiofile"