better HP-UX compatibility

This commit is contained in:
leitner 2004-01-08 15:16:30 +00:00
parent 4740036c6f
commit 1748073c1e

View File

@ -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