(svn r12930) -Add: build support for NetBSD and HP-UX. Patch by ahoka.

This commit is contained in:
rubidium
2008-04-30 07:39:46 +00:00
parent c76b2be644
commit 4097d81323
3 changed files with 14 additions and 9 deletions

View File

@@ -76,7 +76,7 @@
#include <SupportDefs.h>
#endif
#if defined(SUNOS)
#if defined(SUNOS) || defined(HPUX)
#include <alloca.h>
#endif