clarify alloca #include whitelists

master
Sean Barrett ago%!(EXTRA string=9 years)
parent f4938bfa4d
commit 14e6a98469
  1. 2
      stb_vorbis.c

@ -553,6 +553,8 @@ enum STBVorbisError
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
#include <math.h> #include <math.h>
// find definition of alloca if it's not in stdlib.h:
#ifdef _MSC_VER #ifdef _MSC_VER
#include <malloc.h> #include <malloc.h>
#endif #endif

Loading…
Cancel
Save