From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Thu, 5 Oct 2017 07:34:18 +0000 (-0300) Subject: include sys/types.h for non-glibc linux builds (#46) X-Git-Tag: v1.6~60 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=935fca41f1e0e7fcbcf023f0520b7768e4ad206d;p=nnn.git include sys/types.h for non-glibc linux builds (#46) --- diff --git a/nnn.c b/nnn.c index e630ebab..65c8ff3f 100644 --- a/nnn.c +++ b/nnn.c @@ -23,6 +23,9 @@ #endif #include #define LINUX_INOTIFY +#if !defined(__GLIBC__) +#include +#endif #endif #include #include