decoder_thread: add missing stdio.h include
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user