Whoops, it's malloc.h, not alloca.h ...
This commit is contained in:
parent
8d1003ce7f
commit
782bb8a06f
|
@ -22,8 +22,8 @@
|
||||||
#define assert(x)
|
#define assert(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
#if defined(_MSC_VER) || defined(__MINGW32__)
|
||||||
#include <alloca.h>
|
#include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue