aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-25 01:40:46 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-25 01:40:46 +0800
commitc03bf9a20d3f30c68d7d12f32c5d2230925af3d2 (patch)
treefcc23685a4f1cbec5c480c24e86656fd1cc1d330 /addressbook
parent2c18a516910f5b15fa616f0fb044ad8f96df4782 (diff)
downloadgsoc2013-evolution-c03bf9a20d3f30c68d7d12f32c5d2230925af3d2.tar
gsoc2013-evolution-c03bf9a20d3f30c68d7d12f32c5d2230925af3d2.tar.gz
gsoc2013-evolution-c03bf9a20d3f30c68d7d12f32c5d2230925af3d2.tar.bz2
gsoc2013-evolution-c03bf9a20d3f30c68d7d12f32c5d2230925af3d2.tar.lz
gsoc2013-evolution-c03bf9a20d3f30c68d7d12f32c5d2230925af3d2.tar.xz
gsoc2013-evolution-c03bf9a20d3f30c68d7d12f32c5d2230925af3d2.tar.zst
gsoc2013-evolution-c03bf9a20d3f30c68d7d12f32c5d2230925af3d2.zip
Work around build break caused by gnome-pilot headers.
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/conduit/address-conduit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/conduit/address-conduit.c b/addressbook/conduit/address-conduit.c
index 79c82cdb77..b9a5731400 100644
--- a/addressbook/conduit/address-conduit.c
+++ b/addressbook/conduit/address-conduit.c
@@ -36,6 +36,8 @@
typedef GType GtkType;
#endif
+#undef GTK_DISABLE_SINGLE_INCLUDES
+
#include <glib/gi18n.h>
#include <libxml/parser.h>
#include <pi-source.h>