diff --git a/ChangeLog b/ChangeLog index 618e0c55e..2296fc740 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-08 Matthias Clasen + + * glib/gmarkup.h: Include gslist.h. Pointed out by Michael Natterer. + 2007-11-08 Matthias Clasen * glib/gconvert.c (g_convert_with_iconv): Try harder to reset diff --git a/glib/gmarkup.h b/glib/gmarkup.h index d6bb8a1fd..81c385238 100644 --- a/glib/gmarkup.h +++ b/glib/gmarkup.h @@ -24,6 +24,7 @@ #include #include +#include G_BEGIN_DECLS