diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-04-07 09:13:31 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-04-07 09:13:31 +0000 |
commit | 27fda363d5f0398360b6aaf9bbbf4dbb6bf7d6ec (patch) | |
tree | 0fbcafa72a8542a32025e44613196cf772be71e0 /fetchmail.c | |
parent | 0085ded3f733787fccae3726f7fd5faaf71a69bc (diff) | |
download | fetchmail-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.c | 1 |
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 */ |