mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
15 lines
358 B
Plaintext
15 lines
358 B
Plaintext
$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"
|