mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
373 B
Plaintext
18 lines
373 B
Plaintext
$NetBSD: patch-ae,v 1.2 2005/01/25 16:02:26 xtraeme Exp $
|
|
|
|
--- cmn/role.cpp.orig 2000-01-19 12:54:34.000000000 -0800
|
|
+++ cmn/role.cpp 2003-11-22 10:55:47.000000000 -0800
|
|
@@ -29,9 +29,10 @@
|
|
|
|
#include "stdafx.h"
|
|
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
+using namespace std;
|
|
#if X11
|
|
-#include <strstream.h>
|
|
+#include <strstream>
|
|
#include <time.h>
|
|
#endif
|
|
#if WIN32
|