decoder/{pcm,dsdiff}: add missing stdio.h include

This commit is contained in:
Max Kellermann
2011-10-09 17:39:11 +02:00
parent 02a6a46e86
commit f3ea834322
3 changed files with 3 additions and 0 deletions

View File

@@ -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"