Patched to compile on Solaris.
This commit is contained in:
parent
80713fb40e
commit
1fe05388ad
|
@ -35,6 +35,10 @@
|
|||
#define __inline__ inline
|
||||
#endif
|
||||
|
||||
#if defined(__sun) || defined(sun)
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue