commit 9cd558c5357bc51acfaaa5e7227afc79c6e2bb8b
parent 48d8a4066db10097dc5a39b8afcb6feb0daaa6f5
Author: Paul <paul@claws-mail.org>
Date: Mon, 12 Oct 2015 19:20:01 +0100
fix building on OpenBSD, thanks to Daniel Jakots
Diffstat:
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/AUTHORS b/AUTHORS
@@ -303,3 +303,4 @@ contributors (in addition to the above; based on Changelog)
Oliver Schneider
Jean Diraison
Richard Hughes
+ Daniel Jakots
diff --git a/src/common/utils.c b/src/common/utils.c
@@ -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>
diff --git a/src/gtk/authors.h b/src/gtk/authors.h
@@ -170,6 +170,7 @@ static char *CONTRIBS_LIST[] = {
"Yoichi Imai",
"Mathias Intemann",
"Ishihara",
+"Daniel Jakots",
"Jens Jahnke",
"Pascal Jermini",
"KAJIWARA",