diff options
Diffstat (limited to 'mail/zmailer/files/patch-transports-smtp-smtp.h')
-rw-r--r-- | mail/zmailer/files/patch-transports-smtp-smtp.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/zmailer/files/patch-transports-smtp-smtp.h b/mail/zmailer/files/patch-transports-smtp-smtp.h new file mode 100644 index 000000000000..53b9a640e87d --- /dev/null +++ b/mail/zmailer/files/patch-transports-smtp-smtp.h @@ -0,0 +1,12 @@ +--- transports/smtp/smtp.h.orig Sun Sep 24 14:10:22 2006 ++++ transports/smtp/smtp.h Sun Sep 24 14:10:56 2006 +@@ -69,6 +69,9 @@ + #include <netinet/tcp.h> + #endif + ++#include <sys/types.h> ++#include <openssl/md5.h> ++ + #ifndef NFDBITS + /* + * This stuff taken from the 4.3bsd /usr/include/sys/types.h, but on the |