aboutsummaryrefslogtreecommitdiffstats
path: root/env.c
diff options
context:
space:
mode:
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. */