Преглед изворни кода

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

fixed compile error in OpenBSD
master
Arun Prakash Jana GitHub пре 5 година
родитељ
комит
fbcc543d55
No known key found for this signature in database GPG Key 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…
Откажи
Сачувај