--- a/src/fsmonitor/linux/inotify_stubs.c +++ b/src/fsmonitor/linux/inotify_stubs.c @@ -35,7 +35,7 @@ #define GLIBC_SUPPORT_INOTIFY 0 #endif -#if GLIBC_SUPPORT_INOTIFY +#if GLIBC_SUPPORT_INOTIFY || (!defined(__GLIBC__) && defined(__linux)) #include #else #include "inotify_compat.h"