diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-09-13 16:53:25 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-09-13 16:53:25 +0000 |
commit | d3b1a26146dec49a585fd900e7f11530a3b54d2d (patch) | |
tree | e46c771fd57367244ba93f83886c91bd5f4f3173 /mail/normalizemime/files | |
parent | 7cced2806283b6127aa937cb41b524c668088500 (diff) |
Notes
Diffstat (limited to 'mail/normalizemime/files')
-rw-r--r-- | mail/normalizemime/files/patch-normalizemime.cc | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/mail/normalizemime/files/patch-normalizemime.cc b/mail/normalizemime/files/patch-normalizemime.cc index f8974d60cd14..f8a19545ae74 100644 --- a/mail/normalizemime/files/patch-normalizemime.cc +++ b/mail/normalizemime/files/patch-normalizemime.cc @@ -1,6 +1,15 @@ ---- normalizemime.cc.orig Tue Aug 30 21:31:02 2005 -+++ normalizemime.cc Tue Aug 30 21:33:08 2005 -@@ -498,7 +498,7 @@ +--- normalizemime.cc.orig Tue Sep 13 00:03:52 2005 ++++ normalizemime.cc Tue Sep 13 00:04:18 2005 +@@ -58,6 +58,8 @@ + #include <map> + #include <string> + ++#include <sys/types.h> ++ + #include <regex.h> + #include <assert.h> + #include <ctype.h> +@@ -498,7 +500,7 @@ char *obuf = buf; memcpy (icopy, message.c_str(), in_left); message.erase (); |