diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-30 18:10:52 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-30 18:10:52 +0800 |
commit | 386f98d6360d6fac78394d5421c160b0e29c0647 (patch) | |
tree | 3afaceef37fad735f74e7efc8c2d18d9e08c87ac /calendar | |
parent | 812812bbb466bbe4e73b8d507eb944bc9e7e305c (diff) | |
download | gsoc2013-evolution-386f98d6360d6fac78394d5421c160b0e29c0647.tar gsoc2013-evolution-386f98d6360d6fac78394d5421c160b0e29c0647.tar.gz gsoc2013-evolution-386f98d6360d6fac78394d5421c160b0e29c0647.tar.bz2 gsoc2013-evolution-386f98d6360d6fac78394d5421c160b0e29c0647.tar.lz gsoc2013-evolution-386f98d6360d6fac78394d5421c160b0e29c0647.tar.xz gsoc2013-evolution-386f98d6360d6fac78394d5421c160b0e29c0647.tar.zst gsoc2013-evolution-386f98d6360d6fac78394d5421c160b0e29c0647.zip |
Add a #include <sys/time.h> to work around libgnomeprint.h's lack of
it.
svn path=/trunk/; revision=7907
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/print.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d8ed5a8300..2ed977318d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2001-01-30 Ettore Perazzoli <ettore@ximian.com> + + * gui/print.c: #include <sys/time.h>. + 2001-01-29 Federico Mena Quintero <federico@ximian.com> * gui/calendar-config.c: <gnome.h> trimming to reduce compilation diff --git a/calendar/gui/print.c b/calendar/gui/print.c index 8853dd9198..9d5b5f891d 100644 --- a/calendar/gui/print.c +++ b/calendar/gui/print.c @@ -22,6 +22,7 @@ #include <config.h> #include <sys/stat.h> +#include <sys/time.h> #include <math.h> #include <libgnome/gnome-paper.h> #include <libgnomeui/gnome-dialog.h> |