Bug 556921 – gpoll.h breaks hal compilation
authorMatthias Clasen <mclasen@redhat.com>
Fri, 24 Oct 2008 03:55:29 +0000 (03:55 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 24 Oct 2008 03:55:29 +0000 (03:55 +0000)
2008-10-23 Matthias Clasen <mclasen@redhat.com>

        Bug 556921 – gpoll.h breaks hal compilation

        * glib/gpoll.h: Include gtypes.h. Pointed out by Anis Elleuch

svn path=/trunk/; revision=7623

ChangeLog
glib/gpoll.h

index ebe497c..4527b80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-23 Matthias Clasen <mclasen@redhat.com>
+
+       Bug 556921 – gpoll.h breaks hal compilation
+
+       * glib/gpoll.h: Include gtypes.h. Pointed out by Anis Elleuch
+
 2008-10-20 Christian Persch <chpe@gnome.org>
 
        Bug 557087 – mem leak in g_content_types_get_registered
index 60b1857..eec4723 100644 (file)
@@ -24,6 +24,8 @@
 #ifndef __G_POLL_H__
 #define __G_POLL_H__
 
+#include <glib/gtypes.h>
+
 G_BEGIN_DECLS
 
 /* Any definitions using GPollFD or GPollFunc are primarily