Commit 0e39b597 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Max Kellermann

decoder/plugins/FlacIOHandle: fix build failure due to missing stdio.h include

parent 552af545
......@@ -23,6 +23,7 @@
#include "Compiler.h"
#include <errno.h>
#include <stdio.h>
static size_t
FlacIORead(void *ptr, size_t size, size_t nmemb, FLAC__IOHandle handle)
......
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