Fix up includes
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 8 Nov 2007 12:23:55 +0000 (12:23 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 8 Nov 2007 12:23:55 +0000 (12:23 +0000)
svn path=/trunk/; revision=5823

ChangeLog
glib/gmarkup.h

index 618e0c5..2296fc7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-11-08  Matthias Clasen <mclasen@redhat.com>
 
+       * glib/gmarkup.h: Include gslist.h. Pointed out by Michael Natterer.
+
+2007-11-08  Matthias Clasen <mclasen@redhat.com>
+
        * glib/gconvert.c (g_convert_with_iconv): Try harder to reset
        shift state with AIX iconv().  (#467537)
 
index d6bb8a1..81c3852 100644 (file)
@@ -24,6 +24,7 @@
 #include <stdarg.h>
 
 #include <glib/gerror.h>
+#include <glib/gslist.h>
 
 G_BEGIN_DECLS