mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
gwakeup.h: add missing header for GPollFD
This commit is contained in:
parent
9bf59d4a14
commit
3022ef4731
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user