better HP-UX compatibility
parent
4740036c6f
commit
1748073c1e
@ -1,3 +1,3 @@
|
|||||||
#if defined(__linux__) || defined(_SGI_SOURCE)
|
#if defined(__linux__) || defined(_SGI_SOURCE) || defined(__hpux__)
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue