better HP-UX compatibility

This commit is contained in:
Felix von Leitner 2004-01-08 15:16:30 +00:00
parent 2edb9fb227
commit 26a8df81dc
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#if defined(__linux__) || defined(_SGI_SOURCE)
#if defined(__linux__) || defined(_SGI_SOURCE) || defined(__hpux__)
#include <alloca.h>
#endif