mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
include sys/types.h for non-glibc linux builds (#46)
This commit is contained in:
parent
211329f5df
commit
935fca41f1
1 changed files with 3 additions and 0 deletions
3
nnn.c
3
nnn.c
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue