diff options
| author | Ray <raysan5@gmail.com> | 2014-11-09 13:39:27 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2014-11-09 13:39:27 +0100 |
| commit | 05ccc4fd42a9ff2dfd33f13be29734bb7531d65a (patch) | |
| tree | fd2d32a5a8740e59e05481d6fb9b15d78d027bf4 /src/stb_vorbis.c | |
| parent | 45b214d83e7469a64793ac4dcebaa0ab963668ef (diff) | |
| parent | a471b6197aec1911cf26bcc891767bca22cb9dab (diff) | |
| download | raylib-05ccc4fd42a9ff2dfd33f13be29734bb7531d65a.tar.gz raylib-05ccc4fd42a9ff2dfd33f13be29734bb7531d65a.zip | |
Merge pull request #5 from debiatan/support_linux_desktop
Small fixes to support the Debian/GNU Linux distro. Hopefully Ubuntu too.
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 |
