diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-17 19:21:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-17 19:21:23 +0000 |
commit | 6d4dd2a68b3b85ce78236ac2ecb2b62671c10fd9 (patch) | |
tree | eef79cd89fbd043d7885b0cee7fa17ba0046c9e5 /mail/asmail/files/patch-socklib.h | |
parent | - Update to 0.7 (diff) |
- Update to 1.12
PR: 111628
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'mail/asmail/files/patch-socklib.h')
-rw-r--r-- | mail/asmail/files/patch-socklib.h | 14 |
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> |