fix building on OpenBSD, thanks to Daniel Jakots
authorPaul <paul@claws-mail.org>
Mon, 12 Oct 2015 18:20:01 +0000 (19:20 +0100)
committerPaul <paul@claws-mail.org>
Mon, 12 Oct 2015 18:20:01 +0000 (19:20 +0100)
AUTHORS
src/common/utils.c
src/gtk/authors.h

diff --git a/AUTHORS b/AUTHORS
index de8de069d64173c37ec9592885aad55a0d9af7a6..9bc816ba1a19c7070cd2a2235c364bffe7e0da7c 100644 (file)
--- 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
index 0424ceb4c87b2317e281df255722bb1500dae45f..2f3658865a0b110891357d24d4e15c1cde5134c4 100644 (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>
index 66410140883cb5d5f1506acacadf817feca480f4..d02f6dbf4ca7777a31123c7e88ee479f271896d3 100644 (file)
@@ -170,6 +170,7 @@ static char *CONTRIBS_LIST[] = {
 "Yoichi Imai",
 "Mathias Intemann",
 "Ishihara",
+"Daniel Jakots",
 "Jens Jahnke",
 "Pascal Jermini",
 "KAJIWARA",