소스 검색
Merge pull request #198 from bijanebrahimi/bugfix-openbsd-compile-error
fixed compile error in OpenBSD
master
Arun Prakash Jana
GitHub
6 년 전
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
src/nnn.c
|
|
@@ -78,12 +78,12 @@ |
|
|
|
#endif |
|
|
|
#include <locale.h> |
|
|
|
#include <pwd.h> |
|
|
|
#include <stdio.h> |
|
|
|
#include <readline/history.h> |
|
|
|
#include <readline/readline.h> |
|
|
|
#include <regex.h> |
|
|
|
#include <signal.h> |
|
|
|
#include <stdarg.h> |
|
|
|
#include <stdio.h> |
|
|
|
#include <stdlib.h> |
|
|
|
#include <string.h> |
|
|
|
#include <strings.h> |
|
|
|