diff --git a/src/nnn.c b/src/nnn.c index 59bfb001..a4890c27 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -35,8 +35,10 @@ #if defined(__arm__) || defined(__i386__) #define _FILE_OFFSET_BITS 64 /* Support large files on 32-bit */ #endif +#if defined(__linux__) #include #define LINUX_INOTIFY +#endif #if !defined(__GLIBC__) #include #endif