diff --git a/stb.h b/stb.h index edd2e1b..70c0899 100644 --- a/stb.h +++ b/stb.h @@ -193,6 +193,8 @@ CREDITS Tim Sjostrand */ +#include + #ifndef STB__INCLUDE_STB_H #define STB__INCLUDE_STB_H diff --git a/stb_vorbis.c b/stb_vorbis.c index c0d410c..9b52850 100644 --- a/stb_vorbis.c +++ b/stb_vorbis.c @@ -577,6 +577,7 @@ enum STBVorbisError #undef __forceinline #endif #define __forceinline +#define alloca __builtin_alloca #elif !defined(_MSC_VER) #if __GNUC__ #define __forceinline inline