author | Ryan C. Gordon <icculus@icculus.org> |
Wed, 16 Mar 2005 12:06:18 +0000 | |
changeset 700 | 32e9d36b7cb1 |
parent 699 | b4bdb3a6f173 |
child 701 | 49a5ec86b8b3 |
--- a/platform/macclassic.c Wed Mar 16 12:01:40 2005 +0000 +++ b/platform/macclassic.c Wed Mar 16 12:06:18 2005 +0000 @@ -15,6 +15,10 @@ #include <string.h> #include <ctype.h> +#ifdef __MWERKS__ +#include <alloca.h> +#endif + /* * Most of the API calls in here are, according to ADC, available since * MacOS 8.1. I don't think I used any MacOS 9 or CarbonLib-specific