mirror of
https://github.com/jarun/nnn.git
synced 2025-04-12 08:26:33 +00:00
Fix #42
This commit is contained in:
parent
7a586da34d
commit
bc76c0f7ee
1 changed files with 3 additions and 0 deletions
3
nnn.c
3
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
|
||||
|
|
Loading…
Add table
Reference in a new issue