summaryrefslogtreecommitdiff
path: root/databases/db3/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'databases/db3/patches/patch-ac')
-rw-r--r--databases/db3/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/db3/patches/patch-ac b/databases/db3/patches/patch-ac
new file mode 100644
index 00000000000..7a470979db3
--- /dev/null
+++ b/databases/db3/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2003/08/02 16:21:17 mrg Exp $
+
+--- ../include/db_cxx.h.orig 2001-06-28 01:23:30.000000000 +1000
++++ ../include/db_cxx.h 2003-08-03 01:55:58.000000000 +1000
+@@ -49,7 +49,8 @@
+ // Forward declarations
+ //
+
+-#include <iostream.h>
++#include <iostream>
++using namespace std;
+ #include <stdarg.h>
+ #include "db.h"
+ #include "cxx_common.h"