mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
Include <sys/filio.h> for FIONREAD
This commit is contained in:
parent
41f68f8b19
commit
de2ad60578
@ -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…
x
Reference in New Issue
Block a user