aboutsummaryrefslogtreecommitdiff
path: root/mail/asmail/files/patch-socklib.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/asmail/files/patch-socklib.h')
-rw-r--r--mail/asmail/files/patch-socklib.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/asmail/files/patch-socklib.h b/mail/asmail/files/patch-socklib.h
new file mode 100644
index 000000000000..88306c32f937
--- /dev/null
+++ b/mail/asmail/files/patch-socklib.h
@@ -0,0 +1,14 @@
+--- socklib.h.orig Wed Feb 28 03:19:38 2007
++++ socklib.h Wed Apr 11 00:42:44 2007
+@@ -14,8 +14,10 @@
+ #define MG_SOCKLIB_H
+
+ #include "config.h"
+-#include <netinet/in.h>
+ #include <sys/types.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
++#include <arpa/inet.h>
+ #ifdef HAVE_OPENSSL_SSL_H
+ #include <openssl/ssl.h>
+ #include <openssl/bio.h>