diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-25 01:40:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-25 01:40:46 +0800 |
commit | c03bf9a20d3f30c68d7d12f32c5d2230925af3d2 (patch) | |
tree | fcc23685a4f1cbec5c480c24e86656fd1cc1d330 /addressbook/conduit | |
parent | 2c18a516910f5b15fa616f0fb044ad8f96df4782 (diff) | |
download | gsoc2013-evolution-c03bf9a20d3f30c68d7d12f32c5d2230925af3d2.tar.gz gsoc2013-evolution-c03bf9a20d3f30c68d7d12f32c5d2230925af3d2.tar.zst gsoc2013-evolution-c03bf9a20d3f30c68d7d12f32c5d2230925af3d2.zip |
Work around build break caused by gnome-pilot headers.
Diffstat (limited to 'addressbook/conduit')
-rw-r--r-- | addressbook/conduit/address-conduit.c | 2 |
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> |