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 <[EMAIL PROTECTED]>
* 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"
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.