diff options
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/printing/e-contact-print.c | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 03b5d398f9..53c71c195c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,11 @@ 2001-04-08 Chris Toshok <toshok@ximian.com> + * printing/e-contact-print.c: add #include <sys/types.h> since + gnome-print.h uses time_t without including it. this really + should be fixed in gnome-print. + +2001-04-08 Chris Toshok <toshok@ximian.com> + * backend/pas/pas-backend-ldap.c (pas_backend_ldap_add_client): make sure to notify new clients to the writable status of an already open (and authenticated) book. 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 <ctype.h> +#include <sys/types.h> #include <stdlib.h> #include <glib.h> #include <gnome-xml/tree.h> |