diff --git a/portable/MSVC-MingW/port.c b/portable/MSVC-MingW/port.c index 540c4a4bc5..ca3d24ab65 100644 --- a/portable/MSVC-MingW/port.c +++ b/portable/MSVC-MingW/port.c @@ -39,7 +39,11 @@ #include #endif -#include +#ifdef _MSC_VER + #include +#else + #include +#endif #ifdef __GNUC__ #include "mmsystem.h"