aboutsummaryrefslogtreecommitdiff
path: root/src/stb_vorbis.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stb_vorbis.c')
-rw-r--r--src/stb_vorbis.c3
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