diff --git a/stb_vorbis.c b/stb_vorbis.c index b28944a..3991d8e 100644 --- a/stb_vorbis.c +++ b/stb_vorbis.c @@ -577,7 +577,7 @@ enum STBVorbisError #if defined(_MSC_VER) || defined(__MINGW32__) #include #endif - #if defined(__linux__) || defined(__linux) || defined(__EMSCRIPTEN__) + #if defined(__linux__) || defined(__linux) || defined(__EMSCRIPTEN__) || defined(__NEWLIB__) #include #endif #else // STB_VORBIS_NO_CRT