Properly include gmacros.h

svn path=/trunk/; revision=7575
This commit is contained in:
Matthias Clasen 2008-10-07 18:52:18 +00:00
parent af866931b6
commit 57d48592db
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-10-06 Matthias Clasen <mclasen@redhat.com>
* glib/gtypes.h: Properly include gmacros.h
2008-10-06 Behdad Esfahbod <behdad@gnome.org>
Bug 555309 giochannel breaks on error

View File

@ -32,6 +32,7 @@
#define __G_TYPES_H__
#include <glibconfig.h>
#include <glib/gmacros.h>
G_BEGIN_DECLS