diff options
Diffstat (limited to 'camel/camel-folder-search.c')
-rw-r--r-- | camel/camel-folder-search.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/camel-folder-search.c b/camel/camel-folder-search.c index 7893ee13e0..7110d7c8ed 100644 --- a/camel/camel-folder-search.c +++ b/camel/camel-folder-search.c @@ -23,6 +23,10 @@ It implements enough to do basic searches on folders that can provide an in-memory summary and a body index. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include <string.h> #include <ctype.h> |