Commit d3940179 authored by Max Kellermann's avatar Max Kellermann

decoder_thread: add missing stdio.h include

parent 04525c02
......@@ -38,6 +38,7 @@
#include <glib.h>
#include <unistd.h>
#include <stdio.h> /* for SEEK_SET */
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "decoder_thread"
......
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