Properly include gmacros.h
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 7 Oct 2008 18:52:18 +0000 (18:52 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 7 Oct 2008 18:52:18 +0000 (18:52 +0000)
svn path=/trunk/; revision=7575

ChangeLog
glib/gtypes.h

index 3d36e2042a6b65384fa1e31bd0a3446e6850e5c2..2ae8d2326bf43fb9bcfd21145f8535b46590a72a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 3ac98fd4a4a6896e5e27c44f7f901d9a159ac8f1..56cc648857a8cd73194a068b303d23600d13b9a6 100644 (file)
@@ -32,6 +32,7 @@
 #define __G_TYPES_H__
 
 #include <glibconfig.h>
+#include <glib/gmacros.h>
 
 G_BEGIN_DECLS