[evolution-patches] include fix for gtkhtml



The attached patch fixes a trivial header include missing in gtkhtml
(1.4 and HEAD) which can be problematic on 64bit platforms.

Permission to commit ?
-- 
Frederic Crozat <fcrozat mandrakesoft com>
Mandrakesoft
? autom4te.cache
? gtkhtml-3.0.9-dashes.patch
? gtkhtml-3.0.9-includes.patch
? components/html-editor/.popup.c.swp
? components/html-editor/GNOME_GtkHTML_Editor-emacs.xml
? components/html-editor/test_editor
Index: components/html-editor/ChangeLog
===================================================================
RCS file: /cvs/gnome/gtkhtml/components/html-editor/ChangeLog,v
retrieving revision 1.410.2.9
diff -u -r1.410.2.9 ChangeLog
--- components/html-editor/ChangeLog	15 Sep 2003 16:19:12 -0000	1.410.2.9
+++ components/html-editor/ChangeLog	13 Oct 2003 12:31:48 -0000
@@ -1,3 +1,7 @@
+2003-10-13  Frederic Crozat  <fcrozat mandrakesoft com>
+
+	* popup.c: Add missing header include.
+
 2003-09-15  Larry Ewing  <lewing ximian com>
 
 	* editor-control-factory.c (set_frame_cb): activate the menu items
Index: components/html-editor/popup.c
===================================================================
RCS file: /cvs/gnome/gtkhtml/components/html-editor/popup.c,v
retrieving revision 1.75.6.1
diff -u -r1.75.6.1 popup.c
--- components/html-editor/popup.c	12 Sep 2003 13:51:47 -0000	1.75.6.1
+++ components/html-editor/popup.c	13 Oct 2003 12:31:48 -0000
@@ -25,6 +25,7 @@
 #endif
 
 #include <libgnome/gnome-i18n.h>
+#include <string.h>
 #include "gtkhtml.h"
 #include "gtkhtml-private.h"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]