[evolution-patches] fix for 64 bit build issue
- From: Rodrigo Moya <rodrigo novell com>
- To: GNOME Release Team <release-team gnome org>
- Cc: Evolution Patches <evolution-patches lists ximian com>
- Subject: [evolution-patches] fix for 64 bit build issue
- Date: Tue, 31 Aug 2004 19:21:06 +0200
Evolution fix for 2.0
--
Rodrigo Moya <rodrigo novell com>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2500
diff -u -p -r1.2500 ChangeLog
--- ChangeLog 28 Aug 2004 15:08:44 -0000 1.2500
+++ ChangeLog 31 Aug 2004 17:20:49 -0000
@@ -1,3 +1,8 @@
+2004-08-31 Rodrigo Moya <rodrigo novell com>
+
+ * gui/e-cal-model-tasks.c: include missing string.h, to avoid
+ problems in 64 bit builds.
+
2004-08-28 JP Rosevear <jpr novell com>
* gui/e-itip-control.c (rsvp_clicked_cb): get the active state
Index: gui/e-cal-model-tasks.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-cal-model-tasks.c,v
retrieving revision 1.24
diff -u -p -r1.24 e-cal-model-tasks.c
--- gui/e-cal-model-tasks.c 13 Jul 2004 11:07:19 -0000 1.24
+++ gui/e-cal-model-tasks.c 31 Aug 2004 17:20:50 -0000
@@ -21,6 +21,7 @@
#include <config.h>
#include <math.h>
+#include <string.h>
#include <gtk/gtkmessagedialog.h>
#include <libgnome/gnome-i18n.h>
#include <gal/util/e-util.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]