ソースを参照

Define S_BLKSIZE if not defined

master
Arun Prakash Jana 6年前
コミット
362fd8ce78
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      src/nnn.c

+ 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


読み込み中…
キャンセル
保存