diff options
Diffstat (limited to 'src/stb_vorbis.c')
| -rw-r--r-- | src/stb_vorbis.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stb_vorbis.c b/src/stb_vorbis.c index a88b2a77..7a45725b 100644 --- a/src/stb_vorbis.c +++ b/src/stb_vorbis.c @@ -28,6 +28,9 @@ #include "stb_vorbis.h" +#ifdef __linux +#include <alloca.h> +#endif #ifndef STB_VORBIS_HEADER_ONLY |
