From b2444bca4a8d065cb98036f2ff80f320e24fae91 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 16 Nov 1996 23:23:36 +0000 Subject: General cleanup for 2.0 release. svn path=/trunk/; revision=547 --- fetchmail.c | 5 +++++ pop3.c | 1 + 2 files changed, 6 insertions(+) diff --git a/fetchmail.c b/fetchmail.c index b10da556..5e39b4dc 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -7,6 +7,7 @@ #include #include +#include #if defined(STDC_HEADERS) #include #endif @@ -17,12 +18,16 @@ #include #include #include +#include +#include +#include #ifdef HAVE_GETHOSTBYNAME #include #endif /* HAVE_GETHOSTBYNAME */ #include "fetchmail.h" +#include "smtp.h" #include "getopt.h" #define DROPDEAD 6 /* maximum bad socket opens */ diff --git a/pop3.c b/pop3.c index 2b771914..79260f16 100644 --- a/pop3.c +++ b/pop3.c @@ -8,6 +8,7 @@ #include #include +#include #if defined(HAVE_UNISTD_H) #include #endif -- cgit v1.2.3