Patched to compile on Solaris.
This commit is contained in:
parent
4d961a9128
commit
4189377d15
|
@ -29,6 +29,10 @@
|
|||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#if defined(__sun) || defined(sun)
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue