X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth_anon.c;h=6610374b3dedd137f0d65b957fd664d67f2a6e29;hp=252a3d012c5ee4bbb5c703bacb2012b7c57ef09b;hb=777c7ccc259a8b7f5fadac70267c59e62a2cb300;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/imap/auth_anon.c b/imap/auth_anon.c index 252a3d0..6610374 100644 --- a/imap/auth_anon.c +++ b/imap/auth_anon.c @@ -18,6 +18,10 @@ /* IMAP login/authentication code */ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "mutt.h" #include "imap_private.h" #include "auth.h"