decoder_thread: add missing stdio.h include

This commit is contained in:
Max Kellermann 2011-10-13 09:09:58 +02:00
parent 04525c0259
commit d394017926
1 changed files with 1 additions and 0 deletions

View File

@ -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"