fix building on OpenBSD, thanks to Daniel Jakots

This commit is contained in:
Paul 2015-10-12 19:20:01 +01:00
parent 48d8a4066d
commit 9cd558c535
3 changed files with 3 additions and 0 deletions

View file

@ -303,3 +303,4 @@ contributors (in addition to the above; based on Changelog)
Oliver Schneider
Jean Diraison
Richard Hughes
Daniel Jakots

View file

@ -49,6 +49,7 @@
#include <ctype.h>
#include <errno.h>
#include <sys/param.h>
#include <sys/socket.h>
#if (HAVE_WCTYPE_H && HAVE_WCHAR_H)
# include <wchar.h>

View file

@ -170,6 +170,7 @@ static char *CONTRIBS_LIST[] = {
"Yoichi Imai",
"Mathias Intemann",
"Ishihara",
"Daniel Jakots",
"Jens Jahnke",
"Pascal Jermini",
"KAJIWARA",