aboutsummaryrefslogtreecommitdiffstats
path: root/env.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-12-15 16:17:21 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-12-15 16:17:21 +0000
commitf50d39cc0c9f8487dde51788940bbce975a43503 (patch)
treed2d17ab0d82ffcdd26023d7c72a13c74d9bb3385 /env.c
parent887cd3b25843477b742915fb5f365ad01e93b630 (diff)
downloadfetchmail-f50d39cc0c9f8487dde51788940bbce975a43503.tar.gz
fetchmail-f50d39cc0c9f8487dde51788940bbce975a43503.tar.bz2
fetchmail-f50d39cc0c9f8487dde51788940bbce975a43503.zip
gcc -Wall cleanup.
svn path=/trunk/; revision=2278
Diffstat (limited to 'env.c')
-rw-r--r--env.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/env.c b/env.c
index cfd39f49..fc2dd22f 100644
--- a/env.c
+++ b/env.c
@@ -20,10 +20,8 @@
#ifdef HAVE_GETHOSTBYNAME
#include <netdb.h>
#endif /* HAVE_GETHOSTBYNAME */
-#ifndef HAVE_STRFTIME /* For ctime prototype */
#include <sys/types.h>
#include <time.h>
-#endif
#include "fetchmail.h"
#include "i18n.h"