Explorar el Código
Merge pull request #198 from bijanebrahimi/bugfix-openbsd-compile-error
fixed compile error in OpenBSD
master
Arun Prakash Jana
GitHub
hace 6 años
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
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> |
|
|
|