X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth_sasl.c;h=a76677ff750125d7a71c1c3642e95f5f9c5b7fac;hp=a68c9d427b4d6e10167e51aa6a4c99eab31b89f2;hb=1c068b6a0b9c781e97d565f1d5ed9ef8913566da;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933 diff --git a/imap/auth_sasl.c b/imap/auth_sasl.c index a68c9d4..a76677f 100644 --- a/imap/auth_sasl.c +++ b/imap/auth_sasl.c @@ -18,6 +18,10 @@ /* SASL login/authentication code */ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "mutt.h" #include "mutt_sasl.h" #include "imap_private.h"