From: Paul WALKER Date: Mon, 12 Apr 2004 19:20:13 +0000 (+0000) Subject: SASL2 needs errno.h. X-Git-Tag: mutt-1-5-15-rel~205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9dd33b5825f65a511be920475e31d892a25ba754;p=mutt SASL2 needs errno.h. --- diff --git a/mutt_sasl.c b/mutt_sasl.c index 6a201377..7babfe5b 100644 --- a/mutt_sasl.c +++ b/mutt_sasl.c @@ -24,6 +24,7 @@ #include "mutt_socket.h" #ifdef USE_SASL2 +#include #include #include #else