mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
19 lines
472 B
C++
19 lines
472 B
C++
$NetBSD: patch-src-weeport.cc,v 1.1 2011/11/22 20:03:56 joerg Exp $
|
|
|
|
--- src/weeport.cc.orig 2011-11-22 19:09:39.000000000 +0000
|
|
+++ src/weeport.cc
|
|
@@ -24,5 +24,5 @@
|
|
****************************************************************************/
|
|
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
|
|
#include <stdlib.h>
|
|
@@ -49,4 +49,6 @@
|
|
#include "weeport.hh"
|
|
|
|
+using namespace std;
|
|
+
|
|
/*--------------------------------------------------------------------
|
|
Class : Weeport
|