From 05fb3a25e533fb7e53c94a6d004bb0261334c1ae Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 24 Oct 2008 03:55:29 +0000 Subject: [PATCH] =?utf8?q?Bug=20556921=20=E2=80=93=20gpoll.h=20breaks=20ha?= =?utf8?q?l=20compilation?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- ChangeLog | 6 ++++++ glib/gpoll.h | 2 ++ 2 files changed, 8 insertions(+) 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 -- 2.34.1