Sfoglia il codice sorgente

Merge pull request #191 from szlin/master

Fix warning of implicit declaration of function 'strcasestr'
master
Arun Prakash Jana GitHub 6 anni fa
parent
commit
13fb1d8c0e
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      src/nnn.c

+ 3
- 0
src/nnn.c Vedi File

@@ -29,6 +29,9 @@
*/

#ifdef __linux__
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#if defined(__arm__) || defined(__i386__)
#define _FILE_OFFSET_BITS 64 /* Support large files on 32-bit */
#endif


Loading…
Annulla
Salva