aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-04-07 09:13:31 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-04-07 09:13:31 +0000
commit27fda363d5f0398360b6aaf9bbbf4dbb6bf7d6ec (patch)
tree0fbcafa72a8542a32025e44613196cf772be71e0 /fetchmail.c
parent0085ded3f733787fccae3726f7fd5faaf71a69bc (diff)
downloadfetchmail-27fda363d5f0398360b6aaf9bbbf4dbb6bf7d6ec.tar.gz
fetchmail-27fda363d5f0398360b6aaf9bbbf4dbb6bf7d6ec.tar.bz2
fetchmail-27fda363d5f0398360b6aaf9bbbf4dbb6bf7d6ec.zip
Port fix.
svn path=/trunk/; revision=2862
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 86a471a9..f9db4261 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -25,6 +25,7 @@
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/time.h> /* needed for Sun 4.1.2 */
#ifdef HAVE_SETRLIMIT
#include <sys/resource.h>
#endif /* HAVE_SETRLIMIT */