aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits/memo/memo-conduit.c
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 /calendar/conduits/memo/memo-conduit.c
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 'calendar/conduits/memo/memo-conduit.c')
-rw-r--r--calendar/conduits/memo/memo-conduit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/conduits/memo/memo-conduit.c b/calendar/conduits/memo/memo-conduit.c
index a7bc8952a1..af432f5809 100644
--- a/calendar/conduits/memo/memo-conduit.c
+++ b/calendar/conduits/memo/memo-conduit.c
@@ -36,6 +36,8 @@
typedef GType GtkType;
#endif
+#undef GTK_DISABLE_SINGLE_INCLUDES
+
#include <glib/gi18n.h>
#include <libecal/e-cal-types.h>
#include <libecal/e-cal.h>