From f3ea834322de7f0400bb42b8f8019d6f8c78c93a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 9 Oct 2011 17:39:11 +0200 Subject: decoder/{pcm,dsdiff}: add missing stdio.h include --- src/decoder_thread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder_thread.c') diff --git a/src/decoder_thread.c b/src/decoder_thread.c index c2bb655ea..421efd32a 100644 --- a/src/decoder_thread.c +++ b/src/decoder_thread.c @@ -37,6 +37,7 @@ #include #include +#include /* for SEEK_SET */ #undef G_LOG_DOMAIN #define G_LOG_DOMAIN "decoder_thread" -- cgit v1.2.3