Whoops, it's malloc.h, not alloca.h ...

This commit is contained in:
Ryan C. Gordon 2007-07-12 10:37:56 +00:00
parent 827b643f49
commit a8842c9713
1 changed files with 1 additions and 5 deletions

View File

@ -25,14 +25,10 @@
#endif
/* !!! FIXME: remove this when revamping stack allocation code... */
#ifdef _MSC_VER
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <malloc.h>
#endif
#ifdef __MINGW32__
#include <alloca.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif