Selaa lähdekoodia

Define S_BLKSIZE if not defined

master
Arun Prakash Jana 6 vuotta sitten
vanhempi
commit
362fd8ce78
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. +4
    -0
      src/nnn.c

+ 4
- 0
src/nnn.c Näytä tiedosto

@@ -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…
Peruuta
Tallenna