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

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
This commit is contained in:
Gustavo Zacarias 2014-07-08 10:46:15 -03:00 committed by Max Kellermann
parent 848ed14788
commit 3f221e2edb

View File

@ -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