소스 검색

Merge pull request #191 from szlin/master

Fix warning of implicit declaration of function 'strcasestr'
master
Arun Prakash Jana GitHub 6 년 전
부모
커밋
13fb1d8c0e
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      src/nnn.c

+ 3
- 0
src/nnn.c 파일 보기

@@ -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


불러오는 중...
취소
저장