Commit 79435dbd authored by Tim Harder's avatar Tim Harder Committed by Max Kellermann

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.
parent 27206368
......@@ -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"
......
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