aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-print.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-02-09 03:41:20 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-02-09 03:41:20 +0800
commit2f2fd7cd8d486eca49b4e724fc07f0e3009d8473 (patch)
tree52202d8afc7a7f60d095077031a65f067223c98c /mail/em-format-html-print.c
parentd328ab72d554fe60c892ddc8c278340c027b51dc (diff)
downloadgsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.tar
gsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.tar.gz
gsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.tar.bz2
gsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.tar.lz
gsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.tar.xz
gsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.tar.zst
gsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.zip
** Fixes bug #400726
2007-02-08 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #400726 * mail/em-format-html-print.c: #include <e-util.e-print.h> * addressbook/printing/e-contact-print.h: Declare e_contact_print_response(). svn path=/trunk/; revision=33186
Diffstat (limited to 'mail/em-format-html-print.c')
-rw-r--r--mail/em-format-html-print.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-format-html-print.c b/mail/em-format-html-print.c
index ce352c4739..34ddd2fac8 100644
--- a/mail/em-format-html-print.c
+++ b/mail/em-format-html-print.c
@@ -38,6 +38,7 @@
#include "mail-mt.h"
#include "em-format-html-print.h"
#include <gtk/gtk.h>
+#include <e-util/e-print.h>
static void efhp_builtin_init(EMFormatHTMLPrintClass *efhc);