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 /calendar/conduits/memo | |
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 'calendar/conduits/memo')
-rw-r--r-- | calendar/conduits/memo/memo-conduit.c | 2 |
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> |