diff --git a/src/nnn.c b/src/nnn.c index ac480480..6898bb86 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -90,6 +90,10 @@ #include #include +#ifndef S_BLKSIZE +#define S_BLKSIZE 512 /* S_BLKSIZE is missing on Android NDK (Termux) */ +#endif + #include "nnn.h" #ifdef DEBUGMODE