From: Matthias Clasen Date: Fri, 24 Oct 2008 03:55:29 +0000 (+0000) Subject: Bug 556921 – gpoll.h breaks hal compilation X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=05fb3a25e533fb7e53c94a6d004bb0261334c1ae;p=dana%2Fcg-glib.git Bug 556921 – gpoll.h breaks hal compilation 2008-10-23 Matthias Clasen Bug 556921 – gpoll.h breaks hal compilation * glib/gpoll.h: Include gtypes.h. Pointed out by Anis Elleuch svn path=/trunk/; revision=7623 --- diff --git a/ChangeLog b/ChangeLog index ebe497c4..4527b806 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-10-23 Matthias Clasen + + Bug 556921 – gpoll.h breaks hal compilation + + * glib/gpoll.h: Include gtypes.h. Pointed out by Anis Elleuch + 2008-10-20 Christian Persch Bug 557087 – mem leak in g_content_types_get_registered diff --git a/glib/gpoll.h b/glib/gpoll.h index 60b18578..eec47234 100644 --- a/glib/gpoll.h +++ b/glib/gpoll.h @@ -24,6 +24,8 @@ #ifndef __G_POLL_H__ #define __G_POLL_H__ +#include + G_BEGIN_DECLS /* Any definitions using GPollFD or GPollFunc are primarily