diff --git a/src/sound/mpg123_decoder.h b/src/sound/mpg123_decoder.h index 8b2b64fa79..95d3d5ec86 100644 --- a/src/sound/mpg123_decoder.h +++ b/src/sound/mpg123_decoder.h @@ -5,6 +5,9 @@ #ifdef HAVE_MPG123 +#ifdef _MSC_VER +typedef SSIZE_T ssize_t; +#endif #include "mpg123.h" struct MPG123Decoder : public SoundDecoder