diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index 4c4fdd5f..73a1cb3f 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -16,6 +16,10 @@ #endif #if defined(HAVE_ALLOCA_H) #include <alloca.h> +#else +#ifdef _AIX + #pragma alloca +#endif #endif #include <string.h> #include <signal.h> |