diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-08-11 23:41:37 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-08-11 23:41:37 +0800 |
commit | ce83d43867233d1180ec1a0cd3fb2cc58d286355 (patch) | |
tree | 7820bd3e93e019cc8ecc92d530c547774710d3b9 /addressbook/printing/e-contact-print.h | |
parent | f9b7fb0e6c7aea603dab0db27a58496f1f132908 (diff) | |
download | gsoc2013-evolution-ce83d43867233d1180ec1a0cd3fb2cc58d286355.tar.gz gsoc2013-evolution-ce83d43867233d1180ec1a0cd3fb2cc58d286355.tar.zst gsoc2013-evolution-ce83d43867233d1180ec1a0cd3fb2cc58d286355.zip |
Add headers to make it stand on itw own. Marked some strings for
2001-08-11 Kjartan Maraas <kmaraas@gnome.org>
* printing/e-contact-print.h: Add headers to make it stand on itw own.
* printing/e-contact-print.c: Marked some strings for translation.
svn path=/trunk/; revision=11913
Diffstat (limited to 'addressbook/printing/e-contact-print.h')
-rw-r--r-- | addressbook/printing/e-contact-print.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/printing/e-contact-print.h b/addressbook/printing/e-contact-print.h index a5f13f1097..b4060c64ab 100644 --- a/addressbook/printing/e-contact-print.h +++ b/addressbook/printing/e-contact-print.h @@ -23,7 +23,10 @@ #ifndef E_CONTACT_PRINT_H #define E_CONTACT_PRINT_H +#include <glib.h> +#include <gtk/gtkwidget.h> #include <addressbook/backend/ebook/e-book.h> +#include <addressbook/backend/ebook/e-card.h> #include "e-contact-print-types.h" GtkWidget *e_contact_print_dialog_new(EBook *book, char *query); |