aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/printing/e-contact-print-envelope.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-08-14 14:51:13 +0800
committerChris Lahey <clahey@src.gnome.org>2001-08-14 14:51:13 +0800
commit804a46b77ed71f98610e78cfff64e2b938e685a1 (patch)
tree0e474ce6f5b0d66a880425fadd66aebe55686d9b /addressbook/printing/e-contact-print-envelope.h
parentd261f1e17b9af3e909f95477e1f3c90020e5c218 (diff)
downloadgsoc2013-evolution-804a46b77ed71f98610e78cfff64e2b938e685a1.tar
gsoc2013-evolution-804a46b77ed71f98610e78cfff64e2b938e685a1.tar.gz
gsoc2013-evolution-804a46b77ed71f98610e78cfff64e2b938e685a1.tar.bz2
gsoc2013-evolution-804a46b77ed71f98610e78cfff64e2b938e685a1.tar.lz
gsoc2013-evolution-804a46b77ed71f98610e78cfff64e2b938e685a1.tar.xz
gsoc2013-evolution-804a46b77ed71f98610e78cfff64e2b938e685a1.tar.zst
gsoc2013-evolution-804a46b77ed71f98610e78cfff64e2b938e685a1.zip
Fixed two const warnings here.
2001-08-14 Christopher James Lahey <clahey@ximian.com> * gui/component/addressbook.c (addressbook_factory_new_control): (addressbook_query_changed): Fixed two const warnings here. * printing/e-contact-print-envelope.c, printing/e-contact-print-envelope.h: Fixed some missing includes here. svn path=/trunk/; revision=11994
Diffstat (limited to 'addressbook/printing/e-contact-print-envelope.h')
-rw-r--r--addressbook/printing/e-contact-print-envelope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/printing/e-contact-print-envelope.h b/addressbook/printing/e-contact-print-envelope.h
index 84238c2c9c..9197d4452d 100644
--- a/addressbook/printing/e-contact-print-envelope.h
+++ b/addressbook/printing/e-contact-print-envelope.h
@@ -24,6 +24,7 @@
#define E_CONTACT_PRINT_ENVELOPE_H
#include <addressbook/backend/ebook/e-card.h>
+#include <gtk/gtkwidget.h>
#include "e-contact-print-types.h"
GtkWidget *e_contact_print_envelope_dialog_new(ECard *card);