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