summaryrefslogtreecommitdiff
path: root/src/pop3.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-06-05 01:09:58 +0000
committerIan C <ianc@noddybox.co.uk>2004-06-05 01:09:58 +0000
commit4a6391ce910b5f71574e20b31f1e9429d756b96d (patch)
treee6866cc37946ca2ca69d9719cd5f8e30311fe2dc /src/pop3.c
parentc378e8f900d85d59a8a616bf0b8b14e426d898e1 (diff)
Fixed checking of trusted users. Tweaks to compile under FreeBSD 4.10. Added
debug output option.
Diffstat (limited to 'src/pop3.c')
-rw-r--r--src/pop3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pop3.c b/src/pop3.c
index bfd9e6c..5d87e9a 100644
--- a/src/pop3.c
+++ b/src/pop3.c
@@ -35,6 +35,7 @@ static const char id[]="$Id$";
#include <sys/types.h>
#include <sys/select.h>
#include <sys/socket.h>
+#include <sys/time.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <netdb.h>