From 3f221e2edb3bebe3806c4a7f5490ba92ed99c101 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 8 Jul 2014 10:46:15 -0300 Subject: [PATCH] decoder/AudiofileDecoderPlugin: fix build failure due to missing stdio.h include Signed-off-by: Gustavo Zacarias --- src/decoder/AudiofileDecoderPlugin.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/decoder/AudiofileDecoderPlugin.cxx b/src/decoder/AudiofileDecoderPlugin.cxx index ab3557e52..92223f214 100644 --- a/src/decoder/AudiofileDecoderPlugin.cxx +++ b/src/decoder/AudiofileDecoderPlugin.cxx @@ -31,6 +31,7 @@ #include #include +#include /* pick 1020 since its devisible for 8,16,24, and 32-bit audio */ #define CHUNK_SIZE 1020