Commit a70443af authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Max Kellermann

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

parent 3f221e2e
......@@ -40,6 +40,7 @@
#include <glib.h>
#include <string.h>
#include <stdio.h>
static constexpr opus_int32 opus_sample_rate = 48000;
......
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