mirror of
https://github.com/jarun/nnn.git
synced 2025-04-05 21:16:36 +00:00
Define S_BLKSIZE if not defined
This commit is contained in:
parent
8ae2eed0f3
commit
362fd8ce78
1 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,10 @@
|
|||
#include <ftw.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#ifndef S_BLKSIZE
|
||||
#define S_BLKSIZE 512 /* S_BLKSIZE is missing on Android NDK (Termux) */
|
||||
#endif
|
||||
|
||||
#include "nnn.h"
|
||||
|
||||
#ifdef DEBUGMODE
|
||||
|
|
Loading…
Add table
Reference in a new issue