aboutsummaryrefslogtreecommitdiffstats
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
parent04525c025924fd133fce9115057b422ecd2b5ca0 (diff)
downloadmpd-d3940179261cd4fe3ba632cf7d012917e0fbaa87.tar.gz
mpd-d3940179261cd4fe3ba632cf7d012917e0fbaa87.tar.xz
mpd-d3940179261cd4fe3ba632cf7d012917e0fbaa87.zip
decoder_thread: add missing stdio.h include
-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 201cd5acd..bb3ef9348 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"