From 3022ef47313648e10fd415ef132d746ee2db88e1 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Fri, 9 Sep 2011 14:30:01 -0400 Subject: [PATCH] gwakeup.h: add missing header for GPollFD --- glib/gwakeup.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glib/gwakeup.h b/glib/gwakeup.h index 51f81ce..bd94520 100644 --- a/glib/gwakeup.h +++ b/glib/gwakeup.h @@ -22,6 +22,8 @@ #ifndef __G_WAKEUP_H__ #define __G_WAKEUP_H__ +#include + typedef struct _GWakeup GWakeup; G_GNUC_INTERNAL GWakeup * g_wakeup_new (void); -- 2.7.4