From f0207f4f9e44aae2abf391d04bae025e9bae4094 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 3 Dec 1996 18:51:10 +0000 Subject: Include alloca.h when you have it. svn path=/trunk/; revision=596 --- fetchmail.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fetchmail.c') 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 #endif +#if defined(HAVE_ALLOCA_H) +#include +#endif #include #include #include -- cgit v1.2.3