diff options
Diffstat (limited to 'plugins/contacts-map/contacts-map.c')
-rw-r--r-- | plugins/contacts-map/contacts-map.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/contacts-map/contacts-map.c b/plugins/contacts-map/contacts-map.c index d1954297fd..91433f71d4 100644 --- a/plugins/contacts-map/contacts-map.c +++ b/plugins/contacts-map/contacts-map.c @@ -19,6 +19,11 @@ * Copyright (C) 2009 Cedric Bosdonnat (http://cedric.bosdonnat.free.fr) * */ + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include "geo-utils.h" #include <glib/gi18n.h> |