X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth.c;h=d52f86fb0370b35905eb9dee92e18dc0c593b9ee;hp=0c56e851a022cef3de943993f3e973341b3f70c3;hb=f404a0ca916be07049af51a3022baaaaab94def6;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/imap/auth.c b/imap/auth.c index 0c56e85..d52f86f 100644 --- a/imap/auth.c +++ b/imap/auth.c @@ -20,6 +20,10 @@ /* IMAP login/authentication code */ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "mutt.h" #include "imap_private.h" #include "auth.h"