gwakeup.h: add missing header for GPollFD

This commit is contained in:
Ryan Lortie 2011-09-09 14:30:01 -04:00
parent 9bf59d4a14
commit 3022ef4731

View 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);