gwakeup.h: add missing header for GPollFD
authorRyan Lortie <desrt@desrt.ca>
Fri, 9 Sep 2011 18:30:01 +0000 (14:30 -0400)
committerRyan Lortie <desrt@desrt.ca>
Fri, 9 Sep 2011 18:30:01 +0000 (14:30 -0400)
glib/gwakeup.h

index 51f81ce..bd94520 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef __G_WAKEUP_H__
 #define __G_WAKEUP_H__
 
+#include <glib/gpoll.h>
+
 typedef struct _GWakeup GWakeup;
 
 G_GNUC_INTERNAL GWakeup *       g_wakeup_new            (void);