Watcom C should include malloc.h to make the alloca macro available.
This commit is contained in:
parent
15c18b0c04
commit
58bca6ae05
|
@ -26,7 +26,7 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
/* !!! FIXME: remove this when revamping stack allocation code... */
|
/* !!! FIXME: remove this when revamping stack allocation code... */
|
||||||
#if defined(_MSC_VER) || defined(__MINGW32__)
|
#if defined(_MSC_VER) || defined(__MINGW32__) || defined(__WATCOMC__)
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue