From de2ad60578f799d1e0dc4c1c4cc3f17d3fbb5ce5 Mon Sep 17 00:00:00 2001 From: Maya Rashish Date: Tue, 4 Jun 2019 00:38:44 +0300 Subject: [PATCH] Include for FIONREAD --- gio/inotify/inotify-kernel.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gio/inotify/inotify-kernel.c b/gio/inotify/inotify-kernel.c index 9a2e5008f..881cbfc5a 100644 --- a/gio/inotify/inotify-kernel.c +++ b/gio/inotify/inotify-kernel.c @@ -30,6 +30,9 @@ #include #include "inotify-kernel.h" #include +#ifdef HAVE_SYS_FILIO_H +#include +#endif #include #include "glib-private.h"