Commit 3f221e2e authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Max Kellermann

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

parent 848ed147
......@@ -31,6 +31,7 @@
#include <af_vfs.h>
#include <assert.h>
#include <stdio.h>
/* pick 1020 since its devisible for 8,16,24, and 32-bit audio */
#define CHUNK_SIZE 1020
......
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