diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-10 19:26:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-10 19:26:39 +0000 |
commit | e6b2587bcb56c1d08d4ffdd607539277818b7152 (patch) | |
tree | dcb58f987b67a6727ee7aa4f60dcfc44d19e1c48 /mail/mmc/files | |
parent | - Update to version 0.6 (diff) |
- Fix build on -current
PR: 59128
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=93684
Diffstat (limited to 'mail/mmc/files')
-rw-r--r-- | mail/mmc/files/patch-src::protocols.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mmc/files/patch-src::protocols.cc b/mail/mmc/files/patch-src::protocols.cc new file mode 100644 index 000000000000..87971f5a6918 --- /dev/null +++ b/mail/mmc/files/patch-src::protocols.cc @@ -0,0 +1,11 @@ +--- src/protocols.cc.orig Sat Jan 20 00:19:56 2001 ++++ src/protocols.cc Sat Nov 8 02:07:44 2003 +@@ -46,6 +46,8 @@ + #include "progress.h" + #include "pop3.h" + ++using namespace std; ++ + // TODO: make the following List User-Configurable + gchar const * headers[] = { + "From:", |