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"