Browse Source

Fix #42

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

+ 3
- 0
nnn.c View File

@@ -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…
Cancel
Save