diff options
Diffstat (limited to 'plugins/addressbook-file/addressbook-file.c')
-rw-r--r-- | plugins/addressbook-file/addressbook-file.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/addressbook-file/addressbook-file.c b/plugins/addressbook-file/addressbook-file.c index cb742588e3..6c8922788e 100644 --- a/plugins/addressbook-file/addressbook-file.c +++ b/plugins/addressbook-file/addressbook-file.c @@ -20,6 +20,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <e-util/e-config.h> #include <addressbook/gui/widgets/eab-config.h> #include <libedataserver/e-source.h> |