diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gha.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,10 +13,14 @@ #else +#ifdef LIBGHA_HAVE_ALLOCA_H + #include <alloca.h> #endif +#endif + /* * Ref: http://www.apsipa.org/proceedings_2009/pdf/WA-L3-3.pdf */ |
