From 106bee28c4db80c3def721840a40981cdad98c43 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 9 Apr 2001 00:15:25 +0000 Subject: add #include since gnome-print.h uses time_t without 2001-04-08 Chris Toshok * printing/e-contact-print.c: add #include since gnome-print.h uses time_t without including it. this really should be fixed in gnome-print. svn path=/trunk/; revision=9207 --- addressbook/ChangeLog | 6 ++++++ addressbook/printing/e-contact-print.c | 1 + 2 files changed, 7 insertions(+) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 03b5d398f9..53c71c195c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2001-04-08 Chris Toshok + + * printing/e-contact-print.c: add #include since + gnome-print.h uses time_t without including it. this really + should be fixed in gnome-print. + 2001-04-08 Chris Toshok * backend/pas/pas-backend-ldap.c (pas_backend_ldap_add_client): diff --git a/addressbook/printing/e-contact-print.c b/addressbook/printing/e-contact-print.c index ce0ec6db3f..180f2625c3 100644 --- a/addressbook/printing/e-contact-print.c +++ b/addressbook/printing/e-contact-print.c @@ -22,6 +22,7 @@ #include +#include #include #include #include -- cgit v1.2.3