From 727de56ed62d10afbc94c7b7547dc11760e2762f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 19 Oct 1998 02:40:21 +0000 Subject: alloca -> xalloca. svn path=/trunk/; revision=2110 --- env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'env.c') diff --git a/env.c b/env.c index 16254ddd..ffd352ed 100644 --- a/env.c +++ b/env.c @@ -5,7 +5,6 @@ */ #include "config.h" -#include "fetchmail.h" #include #include #if defined(STDC_HEADERS) @@ -20,6 +19,7 @@ #ifdef HAVE_GETHOSTBYNAME #include #endif /* HAVE_GETHOSTBYNAME */ +#include "fetchmail.h" extern char *getenv(); /* needed on sysV68 R3V7.1. */ -- cgit v1.2.3