Signed-off-by: Gustavo Zacarias <[email protected]> --- src/decoder/OpusDecoderPlugin.cxx | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/decoder/OpusDecoderPlugin.cxx b/src/decoder/OpusDecoderPlugin.cxx index f3d7b34..01ea368 100644 --- a/src/decoder/OpusDecoderPlugin.cxx +++ b/src/decoder/OpusDecoderPlugin.cxx @@ -40,6 +40,7 @@ #include <glib.h> #include <string.h> +#include <stdio.h> static constexpr opus_int32 opus_sample_rate = 48000; -- 1.8.5.5 _______________________________________________ mpd-devel mailing list [email protected] http://mailman.blarg.de/listinfo/mpd-devel
