X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..13f32d980c37d425a846e59ea63949bd5c2572c3:/mts/sendmail/sendmail.c diff --git a/mts/sendmail/sendmail.c b/mts/sendmail/sendmail.c index 75565036..1ff41387 100644 --- a/mts/sendmail/sendmail.c +++ b/mts/sendmail/sendmail.c @@ -9,6 +9,9 @@ #include #include #include +#ifdef MPOP +#include +#endif /* * This module implements an interface to SendMail very similar @@ -74,10 +77,6 @@ static char *sm_moreply = "; "; struct smtp sm_reply; /* global... */ -#ifdef MPOP -extern int errno; -#endif - static int doingEHLO; #define MAXEHLO 20