This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
include sys/types.h for non-glibc linux builds (
#46
)
master
maxice8
Arun Prakash Jana
8 years ago
parent
211329f5df
commit
935fca41f1
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
nnn.c
+ 3
- 0
nnn.c
View File
@@ -23,6 +23,9 @@
#endif
#endif
#include <sys/inotify.h>
#include <sys/inotify.h>
#define LINUX_INOTIFY
#define LINUX_INOTIFY
#if !defined(__GLIBC__)
#include <sys/types.h>
#endif
#endif
#endif
#include <sys/resource.h>
#include <sys/resource.h>
#include <sys/stat.h>
#include <sys/stat.h>
Write
Preview
Loading…
Cancel
Save