Преглед изворни кода

Define S_BLKSIZE if not defined

master
Arun Prakash Jana пре 6 година
родитељ
комит
362fd8ce78
No known key found for this signature in database GPG Key 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


Loading…
Откажи
Сачувај