From ab4c6ff363b8b8cf6afbab68a697184aca6d0582 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 24 Nov 2018 01:26:18 +0530 Subject: [PATCH] Fix #135:wq --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index c6fb370f..1e506bd0 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -29,7 +29,7 @@ */ #ifdef __linux__ -#ifdef __i386__ +#if defined(__arm__) || defined(__i386__) #define _FILE_OFFSET_BITS 64 /* Support large files on 32-bit Linux */ #endif #include