X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=mts%2Fsmtp%2Fsmtp.c;h=e2f65744f25564034a45e306a0b595f30b5c7ecf;hp=f7756381d2df2aae2858534215fa9ab575f9d79b;hb=910f3846bb30636fe25bdc6e06e72d50c6779bd9;hpb=4cb1b8e5faf3f8d7dbd458f1edaeba2c613b09fb diff --git a/mts/smtp/smtp.c b/mts/smtp/smtp.c index f775638..e2f6574 100644 --- a/mts/smtp/smtp.c +++ b/mts/smtp/smtp.c @@ -9,6 +9,9 @@ #include "smtp.h" #include #include +#ifdef MPOP +#include +#endif /* * This module implements an interface to SendMail very similar @@ -71,10 +74,6 @@ static char *sm_moreply = "; "; struct smtp sm_reply; /* global... */ -#ifdef MPOP -extern int errno; -#endif - #define MAXEHLO 20