aboutsummaryrefslogtreecommitdiffstats
path: root/env.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-19 02:40:21 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-19 02:40:21 +0000
commit727de56ed62d10afbc94c7b7547dc11760e2762f (patch)
treedb77eb6e375380c7029fcd78462324b73ecda643 /env.c
parent0b36ee00d51473dcde8f577cefb5bc3594c3fa9f (diff)
downloadfetchmail-727de56ed62d10afbc94c7b7547dc11760e2762f.tar.gz
fetchmail-727de56ed62d10afbc94c7b7547dc11760e2762f.tar.bz2
fetchmail-727de56ed62d10afbc94c7b7547dc11760e2762f.zip
alloca -> xalloca.
svn path=/trunk/; revision=2110
Diffstat (limited to 'env.c')
-rw-r--r--env.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
#include <ctype.h>
#if defined(STDC_HEADERS)
@@ -20,6 +19,7 @@
#ifdef HAVE_GETHOSTBYNAME
#include <netdb.h>
#endif /* HAVE_GETHOSTBYNAME */
+#include "fetchmail.h"
extern char *getenv(); /* needed on sysV68 R3V7.1. */