diff options
author | Chris Toshok <toshok@ximian.com> | 2001-04-09 08:15:25 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-04-09 08:15:25 +0800 |
commit | 106bee28c4db80c3def721840a40981cdad98c43 (patch) | |
tree | 70b89514e125af89c4cd65dc9dc5b6f948eeee54 /addressbook/printing | |
parent | f01f5f7c42508df0d19582b65505450ce8e5f07b (diff) | |
download | gsoc2013-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
Diffstat (limited to 'addressbook/printing')
-rw-r--r-- | addressbook/printing/e-contact-print.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |