X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ff2b7b715934b346b6121a2a434db116d3203663..418ee17e8bd250785855ca3f3f1ff0e19331d498:/sbr/oauth_prof.c diff --git a/sbr/oauth_prof.c b/sbr/oauth_prof.c index 8b375a70..db9c5cda 100644 --- a/sbr/oauth_prof.c +++ b/sbr/oauth_prof.c @@ -6,6 +6,9 @@ */ #include "h/mh.h" +#include "concat.h" +#include "getcpy.h" +#include "context_find.h" #ifdef OAUTH_SUPPORT @@ -83,7 +86,7 @@ update_svc(mh_oauth_service_info *svc, const char *svc_name, char *errbuf, #define update(name) \ update_svc_field(&svc->name, #name, svc_name); \ if (svc->name == NULL) { \ - snprintf(errbuf, errbuflen, "%s", #name " is missing"); \ + snprintf(errbuf, errbuflen, "%s", #name " is missing"); \ errbuf[errbuflen - 1] = '\0'; \ return false; \ }