mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Fix #135:wq
This commit is contained in:
parent
4dc6cb83ff
commit
ab4c6ff363
|
@ -29,7 +29,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
#ifdef __i386__
|
#if defined(__arm__) || defined(__i386__)
|
||||||
#define _FILE_OFFSET_BITS 64 /* Support large files on 32-bit Linux */
|
#define _FILE_OFFSET_BITS 64 /* Support large files on 32-bit Linux */
|
||||||
#endif
|
#endif
|
||||||
#include <sys/inotify.h>
|
#include <sys/inotify.h>
|
||||||
|
|
Loading…
Reference in a new issue