Fix up includes

svn path=/trunk/; revision=5823
This commit is contained in:
Matthias Clasen 2007-11-08 12:23:55 +00:00
parent bcc5652d45
commit 7af5eccdb5
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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> 2007-11-08 Matthias Clasen <mclasen@redhat.com>
* glib/gconvert.c (g_convert_with_iconv): Try harder to reset * glib/gconvert.c (g_convert_with_iconv): Try harder to reset

View File

@ -24,6 +24,7 @@
#include <stdarg.h> #include <stdarg.h>
#include <glib/gerror.h> #include <glib/gerror.h>
#include <glib/gslist.h>
G_BEGIN_DECLS G_BEGIN_DECLS