aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_thread.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-10-13 09:09:58 +0200
committerMax Kellermann <max@duempel.org>2011-10-13 09:09:58 +0200
commitd3940179261cd4fe3ba632cf7d012917e0fbaa87 (patch)
tree640a859fdf5326fae51c892b9a91457120379260 /src/decoder_thread.c
parent04525c025924fd133fce9115057b422ecd2b5ca0 (diff)
decoder_thread: add missing stdio.h include
Diffstat (limited to 'src/decoder_thread.c')
-rw-r--r--src/decoder_thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c
index 201cd5ac..bb3ef934 100644
--- a/src/decoder_thread.c
+++ b/src/decoder_thread.c
@@ -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"