diff options
Diffstat (limited to 'src/decoder_thread.c')
-rw-r--r-- | src/decoder_thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c index c2bb655ea..421efd32a 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -37,6 +37,7 @@ #include <glib.h> #include <unistd.h> +#include <stdio.h> /* for SEEK_SET */ #undef G_LOG_DOMAIN #define G_LOG_DOMAIN "decoder_thread" |