Patched to compile on Solaris.

This commit is contained in:
Ryan C. Gordon 2010-04-08 09:56:51 -04:00
parent 80713fb40e
commit 1fe05388ad
1 changed files with 4 additions and 0 deletions

View File

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