diff options
author | Max Kellermann <max@duempel.org> | 2011-10-13 09:09:58 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-10-13 09:09:58 +0200 |
commit | d3940179261cd4fe3ba632cf7d012917e0fbaa87 (patch) | |
tree | 640a859fdf5326fae51c892b9a91457120379260 | |
parent | 04525c025924fd133fce9115057b422ecd2b5ca0 (diff) | |
download | mpd-d3940179261cd4fe3ba632cf7d012917e0fbaa87.tar.gz mpd-d3940179261cd4fe3ba632cf7d012917e0fbaa87.tar.xz mpd-d3940179261cd4fe3ba632cf7d012917e0fbaa87.zip |
decoder_thread: add missing stdio.h include
-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 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" |