diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/dsdiff_decoder_plugin.c | 1 |
1 files changed, 1 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" |