Просмотр исходного кода

fixed compile error in OpenBSD

master
Bijan Ebrahimi 6 лет назад
Родитель
Сommit
b4ee3641f9
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>


Загрузка…
Отмена
Сохранить