diff options
Diffstat (limited to 'camel/providers/nntp/camel-nntp-auth.c')
-rw-r--r-- | camel/providers/nntp/camel-nntp-auth.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/providers/nntp/camel-nntp-auth.c b/camel/providers/nntp/camel-nntp-auth.c index 1f1e6ab2d8..b211f52593 100644 --- a/camel/providers/nntp/camel-nntp-auth.c +++ b/camel/providers/nntp/camel-nntp-auth.c @@ -21,7 +21,11 @@ * USA */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif +#include <string.h> #include <camel-nntp-auth.h> #include <camel-nntp-store.h> #include <camel-nntp-resp-codes.h> |