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 +#include /* 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 #include +#include /* 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 #include +#include /* for SEEK_SET */ #undef G_LOG_DOMAIN #define G_LOG_DOMAIN "decoder_thread"