diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index eb09f12d..a1990add 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -14,6 +14,9 @@ #if defined(HAVE_UNISTD_H) #include <unistd.h> #endif +#if defined(HAVE_ALLOCA_H) +#include <alloca.h> +#endif #include <string.h> #include <signal.h> #include <pwd.h> |