Fixes for compiling on Solaris.
This commit is contained in:
parent
8d796488a2
commit
3f0cffcc50
|
@ -29,6 +29,12 @@
|
|||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
/* !!! FIXME: if HAVE_ALLOCA_H would be good, too. */
|
||||
#if sun
|
||||
#include <alloca.h>
|
||||
#define __inline__ inline
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue