Переглянути джерело

fixed compile error in OpenBSD

master
Bijan Ebrahimi 6 роки тому
джерело
коміт
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>


Завантаження…
Відмінити
Зберегти