Include gdataset.h. (#320322)

2005-11-04  Matthias Clasen  <mclasen@redhat.com>

        * glib/gscanner.h: Include gdataset.h.  (#320322)
This commit is contained in:
Matthias Clasen 2005-11-04 19:17:42 +00:00 committed by Matthias Clasen
parent 8b14175a3e
commit 747c3b63bb
4 changed files with 7 additions and 0 deletions

View 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,

View 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,

View 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,

View File

@ -27,6 +27,7 @@
#ifndef __G_SCANNER_H__
#define __G_SCANNER_H__
#include <glib/gdataset.h>
#include <glib/ghash.h>
G_BEGIN_DECLS