diff options
Diffstat (limited to 'camel/providers/nntp')
-rw-r--r-- | camel/providers/nntp/camel-nntp-store.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/providers/nntp/camel-nntp-store.c b/camel/providers/nntp/camel-nntp-store.c index feca770e37..c4737add36 100644 --- a/camel/providers/nntp/camel-nntp-store.c +++ b/camel/providers/nntp/camel-nntp-store.c @@ -23,8 +23,12 @@ * USA */ + +#ifdef HAVE_CONFIG_H #include <config.h> +#endif +#include <sys/types.h> #include <dirent.h> #include <errno.h> #include <stdio.h> |