X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/92c3b05ef3e582d64b3cecfc261fdd66ef13a4ef..9ce1458f83bfd6b7705cccc2343230971c6e54bb:/sbr/credentials.c diff --git a/sbr/credentials.c b/sbr/credentials.c index b610b2b9..55e7a6b2 100644 --- a/sbr/credentials.c +++ b/sbr/credentials.c @@ -5,9 +5,10 @@ * complete copyright information. */ -#include -#include -#include +#include "h/mh.h" +#include "error.h" +#include "h/utils.h" +#include "h/mts.h" #include "m_maildir.h" struct nmh_creds { @@ -17,7 +18,8 @@ struct nmh_creds { }; void -init_credentials_file(void) { +init_credentials_file(void) +{ if (credentials_file == NULL) { char *cred_style = context_find ("credentials");