]> granicus.if.org Git - neomutt/commitdiff
SASL2 needs errno.h.
authorPaul WALKER <paul.walker@st.com>
Mon, 12 Apr 2004 19:20:13 +0000 (19:20 +0000)
committerPaul WALKER <paul.walker@st.com>
Mon, 12 Apr 2004 19:20:13 +0000 (19:20 +0000)
mutt_sasl.c

index 6a201377cc3975ccfb152d0b27d17b48b916cb09..7babfe5bdae56e8a061954e8d9bc873bc7cea99e 100644 (file)
@@ -24,6 +24,7 @@
 #include "mutt_socket.h"
 
 #ifdef USE_SASL2
+#include <errno.h>
 #include <netdb.h>
 #include <sasl/sasl.h>
 #else