Marco Grunert
Arun Prakash Jana
před 4 roky
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl
2 přidání a
0 odebrání
-
src/nnn.c
|
|
@@ -35,8 +35,10 @@ |
|
|
|
#if defined(__arm__) || defined(__i386__) |
|
|
|
#define _FILE_OFFSET_BITS 64 /* Support large files on 32-bit */ |
|
|
|
#endif |
|
|
|
#if defined(__linux__) |
|
|
|
#include <sys/inotify.h> |
|
|
|
#define LINUX_INOTIFY |
|
|
|
#endif |
|
|
|
#if !defined(__GLIBC__) |
|
|
|
#include <sys/types.h> |
|
|
|
#endif |
|
|
|