mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Small fixes to support a Debian/GNU Linux distro. Hopefully Ubuntu too.
This commit is contained in:
@ -28,6 +28,9 @@
|
||||
|
||||
|
||||
#include "stb_vorbis.h"
|
||||
#ifdef __linux
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#ifndef STB_VORBIS_HEADER_ONLY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user