mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Merge branch 'filio' into 'master'
Include <sys/filio.h> for FIONREAD See merge request GNOME/glib!889
This commit is contained in:
commit
4e00fdea9b
@ -30,6 +30,9 @@
|
||||
#include <glib.h>
|
||||
#include "inotify-kernel.h"
|
||||
#include <sys/inotify.h>
|
||||
#ifdef HAVE_SYS_FILIO_H
|
||||
#include <sys/filio.h>
|
||||
#endif
|
||||
#include <glib/glib-unix.h>
|
||||
|
||||
#include "glib-private.h"
|
||||
|
Loading…
Reference in New Issue
Block a user