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

fixed compile error in OpenBSD
This commit is contained in:
Arun Prakash Jana 2019-01-25 22:15:45 +05:30 committed by GitHub
commit fbcc543d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>