diff options
Diffstat (limited to 'x11/kdebase3/patches/patch-bh')
-rw-r--r-- | x11/kdebase3/patches/patch-bh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-bh b/x11/kdebase3/patches/patch-bh new file mode 100644 index 00000000000..f7d47437362 --- /dev/null +++ b/x11/kdebase3/patches/patch-bh @@ -0,0 +1,14 @@ +$NetBSD: patch-bh,v 1.4 2003/08/02 19:33:24 mrg Exp $ + +--- kioslave/imap4/mimeio.cc.orig 2001-03-01 04:53:29.000000000 +1100 ++++ kioslave/imap4/mimeio.cc 2003-08-03 04:36:05.000000000 +1000 +@@ -15,7 +15,8 @@ + * * + ***************************************************************************/ + +-#include <iostream.h> ++#include <iostream> ++using namespace std; + + #include "mimeio.h" + |