Include gdataset.h. (#320322)
authorMatthias Clasen <mclasen@redhat.com>
Fri, 4 Nov 2005 19:17:42 +0000 (19:17 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 4 Nov 2005 19:17:42 +0000 (19:17 +0000)
2005-11-04  Matthias Clasen  <mclasen@redhat.com>

        * glib/gscanner.h: Include gdataset.h.  (#320322)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
glib/gscanner.h

index 000c1ad..803625a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-11-04  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gscanner.h: Include gdataset.h.  (#320322)
+
        * glib/gdebug.h: add new GDebugFlag for fatal_criticals
        * glib/gmessages.c: (_g_debug_init): handle G_DEBUG=fatal_criticals,
        to help find critical warnings in applications.  (#320017,
index 000c1ad..803625a 100644 (file)
@@ -1,5 +1,7 @@
 2005-11-04  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gscanner.h: Include gdataset.h.  (#320322)
+
        * glib/gdebug.h: add new GDebugFlag for fatal_criticals
        * glib/gmessages.c: (_g_debug_init): handle G_DEBUG=fatal_criticals,
        to help find critical warnings in applications.  (#320017,
index 000c1ad..803625a 100644 (file)
@@ -1,5 +1,7 @@
 2005-11-04  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gscanner.h: Include gdataset.h.  (#320322)
+
        * glib/gdebug.h: add new GDebugFlag for fatal_criticals
        * glib/gmessages.c: (_g_debug_init): handle G_DEBUG=fatal_criticals,
        to help find critical warnings in applications.  (#320017,
index afed198..a61c0a5 100644 (file)
@@ -27,6 +27,7 @@
 #ifndef __G_SCANNER_H__
 #define __G_SCANNER_H__
 
+#include <glib/gdataset.h>
 #include <glib/ghash.h>
 
 G_BEGIN_DECLS