Browse Source

Fix #135:wq

master
Arun Prakash Jana 6 years ago
parent
commit
ab4c6ff363
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c View File

@@ -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 <sys/inotify.h>


Loading…
Cancel
Save