mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Bug 556921 – gpoll.h breaks hal compilation
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
This commit is contained in:
parent
da2ee0c57f
commit
05fb3a25e5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user