Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
nnn
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
include sys/types.h for non-glibc linux builds (
#46
)
master
maxice8
Arun Prakash Jana
8 anni fa
parent
211329f5df
commit
935fca41f1
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
nnn.c
+ 3
- 0
nnn.c
Vedi File
@@ -23,6 +23,9 @@
#endif
#include <sys/inotify.h>
#define LINUX_INOTIFY
#if !defined(__GLIBC__)
#include <sys/types.h>
#endif
#endif
#include <sys/resource.h>
#include <sys/stat.h>
Write
Preview
Loading…
Annulla
Salva