Patched to compile on Solaris.

This commit is contained in:
Ryan C. Gordon 2010-04-07 12:34:31 -04:00
parent 4d961a9128
commit 4189377d15
1 changed files with 4 additions and 0 deletions

View File

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