@@ -29,6 +29,10 @@
#include <malloc.h>
#endif
+#if defined(__sun) || defined(sun)
+#include <alloca.h>
+#endif
+
#ifdef __cplusplus
extern "C" {