From a70443af319d5aa562c44a685ef753d117643fc0 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 8 Jul 2014 10:46:16 -0300 Subject: [PATCH] decoder/OpusDecoderPlugin: fix build failure due to missing stdio.h include Signed-off-by: Gustavo Zacarias --- src/decoder/OpusDecoderPlugin.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/decoder/OpusDecoderPlugin.cxx b/src/decoder/OpusDecoderPlugin.cxx index f3d7b342e..01ea3687a 100644 --- a/src/decoder/OpusDecoderPlugin.cxx +++ b/src/decoder/OpusDecoderPlugin.cxx @@ -40,6 +40,7 @@ #include #include +#include static constexpr opus_int32 opus_sample_rate = 48000;