aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-search-private.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-search-private.c')
-rw-r--r--camel/camel-search-private.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/camel-search-private.c b/camel/camel-search-private.c
index a6a87c0728..de374c6127 100644
--- a/camel/camel-search-private.c
+++ b/camel/camel-search-private.c
@@ -24,6 +24,11 @@
/* (from glibc headers:
POSIX says that <sys/types.h> must be included (by the caller) before <regex.h>. */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <sys/types.h>
#include <regex.h>
#include <string.h>