decoder_thread: add missing stdio.h include
This commit is contained in:
parent
04525c0259
commit
d394017926
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue