mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
Include <sys/filio.h> for FIONREAD
This commit is contained in:
@@ -30,6 +30,9 @@
|
|||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include "inotify-kernel.h"
|
#include "inotify-kernel.h"
|
||||||
#include <sys/inotify.h>
|
#include <sys/inotify.h>
|
||||||
|
#ifdef HAVE_SYS_FILIO_H
|
||||||
|
#include <sys/filio.h>
|
||||||
|
#endif
|
||||||
#include <glib/glib-unix.h>
|
#include <glib/glib-unix.h>
|
||||||
|
|
||||||
#include "glib-private.h"
|
#include "glib-private.h"
|
||||||
|
Reference in New Issue
Block a user