diff options
Diffstat (limited to 'camel/providers/nntp/camel-nntp-provider.c')
-rw-r--r-- | camel/providers/nntp/camel-nntp-provider.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/camel/providers/nntp/camel-nntp-provider.c b/camel/providers/nntp/camel-nntp-provider.c index 76ac521ec6..07857c173c 100644 --- a/camel/providers/nntp/camel-nntp-provider.c +++ b/camel/providers/nntp/camel-nntp-provider.c @@ -23,7 +23,11 @@ * USA */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + +#include <string.h> #include "camel-nntp-store.h" #include "camel-provider.h" #include "camel-session.h" @@ -47,9 +51,7 @@ static CamelProvider news_provider = { CAMEL_URL_NEED_HOST | CAMEL_URL_ALLOW_USER | CAMEL_URL_ALLOW_PASSWORD | CAMEL_URL_ALLOW_AUTH, - { 0, 0 }, - - NULL + /* ... */ }; void |