aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_thread.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-10-09 17:39:11 +0200
committerMax Kellermann <max@duempel.org>2011-10-09 17:40:37 +0200
commitf3ea834322de7f0400bb42b8f8019d6f8c78c93a (patch)
tree12cc28a079050871585dd62d83db67cc71afb814 /src/decoder_thread.c
parent02a6a46e86b4818ba5e19f9ece3b15249143d5e5 (diff)
decoder/{pcm,dsdiff}: 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 c2bb655e..421efd32 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"