gtkhtml r8704 - trunk/components/html-editor



Author: mbarnes
Date: Mon Jan 28 20:59:15 2008
New Revision: 8704
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=8704&view=rev

Log:
2008-01-28  Matthew Barnes  <mbarnes redhat com>

	* components/html-editor/spellchecker.c:
	Fix an implicit function declaration.



Modified:
   trunk/components/html-editor/ChangeLog
   trunk/components/html-editor/spellchecker.c

Modified: trunk/components/html-editor/spellchecker.c
==============================================================================
--- trunk/components/html-editor/spellchecker.c	(original)
+++ trunk/components/html-editor/spellchecker.c	Mon Jan 28 20:59:15 2008
@@ -28,6 +28,8 @@
 #include <glib/gi18n.h>
 #endif
 
+#include <string.h>
+
 #include "gtkhtml.h"
 #include "gtkhtml-properties.h"
 



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