aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nnn.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nnn.c b/nnn.c
index 8eda2b3..eb26ab6 100644
--- a/nnn.c
+++ b/nnn.c
@@ -18,6 +18,9 @@
*/
#ifdef __linux__
+#ifdef __i386__
+#define _FILE_OFFSET_BITS 64 /* Support large files on 32-bit Linux */
+#endif
#include <sys/inotify.h>
#define LINUX_INOTIFY
#endif