More warning fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 5 Apr 2006 05:05:01 +0000 (05:05 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 5 Apr 2006 05:05:01 +0000 (05:05 +0000)
ChangeLog
ChangeLog.pre-2-12
tests/utf8-pointer.c

index d7bc904..b647a02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
 
-       * tests/tree-test.c: Silence a warning
+       * tests/utf8-pointer.c: 
+       * tests/tree-test.c: Silence warnings.
 
 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
 
index d7bc904..b647a02 100644 (file)
@@ -1,6 +1,7 @@
 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
 
-       * tests/tree-test.c: Silence a warning
+       * tests/utf8-pointer.c: 
+       * tests/tree-test.c: Silence warnings.
 
 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
 
index 00b03d1..6ac2566 100644 (file)
@@ -24,6 +24,7 @@
  * GLib at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
+#include <string.h>
 #include <glib.h>
 
 /* Test conversions between offsets and pointers */