diff options
| author | 2019-01-25 22:15:45 +0530 | |
|---|---|---|
| committer | 2019-01-25 22:15:45 +0530 | |
| commit | fbcc543d55c652da3b05f02b88394153d1357eed (patch) | |
| tree | 22d1f90eca5da4937620f85a342a712ccb403d29 /src | |
| parent | 575d8e0e6689120821d26d0fecfa0537a6a6a44c (diff) | |
| parent | b4ee3641f9f63b4b7aa636630517e48e6a3170a9 (diff) | |
| download | nnn-fbcc543d55c652da3b05f02b88394153d1357eed.tar.gz | |
Merge pull request #198 from bijanebrahimi/bugfix-openbsd-compile-error
fixed compile error in OpenBSD
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |