aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2004-10-12 22:00:28 +0000
committerMatthias Andree <matthias.andree@gmx.de>2004-10-12 22:00:28 +0000
commitb125f9998b3b28ac22b7878c2a2c6fae8cb16555 (patch)
treecc275da7dfac20c3764a157ce6d3e02bc5bd3c8e /driver.c
parentb4adf69a38a9ac0393763cb3f3b3f4a7faea7def (diff)
downloadfetchmail-b125f9998b3b28ac22b7878c2a2c6fae8cb16555.tar.gz
fetchmail-b125f9998b3b28ac22b7878c2a2c6fae8cb16555.tar.bz2
fetchmail-b125f9998b3b28ac22b7878c2a2c6fae8cb16555.zip
Remainder of 2003-11-07-6.2.5-shetye-bugfixes.diff:
Fix sys/time.h and time.h handling. See http://funknet.net/fetchmail/patches/2003-11-07-6.2.5-shetye-bugfixes.diff svn path=/trunk/; revision=3940
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 1e27943d..b9a52e9f 100644
--- a/driver.c
+++ b/driver.c
@@ -23,7 +23,6 @@
#if defined(HAVE_SYS_ITIMER_H)
#include <sys/itimer.h>
#endif
-#include <sys/time.h>
#include <signal.h>
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>