aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-04-09 08:15:25 +0800
committerChris Toshok <toshok@src.gnome.org>2001-04-09 08:15:25 +0800
commit106bee28c4db80c3def721840a40981cdad98c43 (patch)
tree70b89514e125af89c4cd65dc9dc5b6f948eeee54
parentf01f5f7c42508df0d19582b65505450ce8e5f07b (diff)
downloadgsoc2013-evolution-106bee28c4db80c3def721840a40981cdad98c43.tar
gsoc2013-evolution-106bee28c4db80c3def721840a40981cdad98c43.tar.gz
gsoc2013-evolution-106bee28c4db80c3def721840a40981cdad98c43.tar.bz2
gsoc2013-evolution-106bee28c4db80c3def721840a40981cdad98c43.tar.lz
gsoc2013-evolution-106bee28c4db80c3def721840a40981cdad98c43.tar.xz
gsoc2013-evolution-106bee28c4db80c3def721840a40981cdad98c43.tar.zst
gsoc2013-evolution-106bee28c4db80c3def721840a40981cdad98c43.zip
add #include <sys/types.h> since gnome-print.h uses time_t without
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. svn path=/trunk/; revision=9207
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/printing/e-contact-print.c1
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>