Explorar o código

Whoops, this goes here.

Ryan C. Gordon %!s(int64=21) %!d(string=hai) anos
pai
achega
5c7308cdd3
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      platform/macclassic.c

+ 4 - 0
platform/macclassic.c

@@ -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