瀏覽代碼

Merge pull request #198 from bijanebrahimi/bugfix-openbsd-compile-error

fixed compile error in OpenBSD
master
Arun Prakash Jana GitHub 5 年之前
父節點
當前提交
fbcc543d55
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/nnn.c

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


Loading…
取消
儲存