mirror of /home/gitosis/repositories/libowfat.git
better HP-UX compatibility
This commit is contained in:
parent
2edb9fb227
commit
26a8df81dc
|
@ -1,3 +1,3 @@
|
|||
#if defined(__linux__) || defined(_SGI_SOURCE)
|
||||
#if defined(__linux__) || defined(_SGI_SOURCE) || defined(__hpux__)
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue