diff options
Diffstat (limited to 'mail/mmr/files')
-rw-r--r-- | mail/mmr/files/patch-base64.cpp | 7 | ||||
-rw-r--r-- | mail/mmr/files/patch-iobottle.cpp | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/mail/mmr/files/patch-base64.cpp b/mail/mmr/files/patch-base64.cpp new file mode 100644 index 000000000000..d3f28416c46d --- /dev/null +++ b/mail/mmr/files/patch-base64.cpp @@ -0,0 +1,7 @@ +--- base64.cpp.orig Mon Oct 21 23:29:39 2002 ++++ base64.cpp Mon Oct 21 23:29:56 2002 +@@ -1,3 +1,4 @@ ++#include <string.h> + + /* Convert to Base64 encoding */ + static char to_base64[64] = { diff --git a/mail/mmr/files/patch-iobottle.cpp b/mail/mmr/files/patch-iobottle.cpp new file mode 100644 index 000000000000..bae138d1905c --- /dev/null +++ b/mail/mmr/files/patch-iobottle.cpp @@ -0,0 +1,7 @@ +--- iobottle.cpp.orig Mon Oct 21 23:30:11 2002 ++++ iobottle.cpp Mon Oct 21 23:30:37 2002 +@@ -1,3 +1,4 @@ ++#include <string.h> + + extern "C" { + #include <stdlib.h> |