소스 검색
Define S_BLKSIZE if not defined
master
Arun Prakash Jana
6 년 전
No known key found for this signature in database
GPG 키 ID: A75979F35C080412
1개의 변경된 파일과
4개의 추가작업 그리고
0개의 파일을 삭제
-
src/nnn.c
|
|
@@ -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 |
|
|
|