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