diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/decoder/dsdiff_decoder_plugin.c | 1 | ||||
-rw-r--r-- | src/decoder/pcm_decoder_plugin.c | 1 | ||||
-rw-r--r-- | src/decoder_thread.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/decoder/dsdiff_decoder_plugin.c b/src/decoder/dsdiff_decoder_plugin.c index 367f8708b..255332a74 100644 --- a/src/decoder/dsdiff_decoder_plugin.c +++ b/src/decoder/dsdiff_decoder_plugin.c @@ -31,6 +31,7 @@ #include "dsd2pcm/dsd2pcm.h" #include <unistd.h> +#include <stdio.h> /* for SEEK_SET, SEEK_CUR */ #undef G_LOG_DOMAIN #define G_LOG_DOMAIN "dsdiff" diff --git a/src/decoder/pcm_decoder_plugin.c b/src/decoder/pcm_decoder_plugin.c index 24ad93cb6..abf3e7276 100644 --- a/src/decoder/pcm_decoder_plugin.c +++ b/src/decoder/pcm_decoder_plugin.c @@ -23,6 +23,7 @@ #include <glib.h> #include <unistd.h> +#include <stdio.h> /* for SEEK_SET */ #undef G_LOG_DOMAIN #define G_LOG_DOMAIN "pcm" 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 <glib.h> #include <unistd.h> +#include <stdio.h> /* for SEEK_SET */ #undef G_LOG_DOMAIN #define G_LOG_DOMAIN "decoder_thread" |