Merge branch 'filio' into 'master'

Include <sys/filio.h> for FIONREAD

See merge request GNOME/glib!889
This commit is contained in:
Philip Withnall 2019-06-05 11:24:56 +00:00
commit 4e00fdea9b

View File

@ -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"