summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'games/xevil/patches/patch-ak')
-rw-r--r--games/xevil/patches/patch-ak18
1 files changed, 18 insertions, 0 deletions
diff --git a/games/xevil/patches/patch-ak b/games/xevil/patches/patch-ak
new file mode 100644
index 00000000000..55e77647912
--- /dev/null
+++ b/games/xevil/patches/patch-ak
@@ -0,0 +1,18 @@
+$NetBSD: patch-ak,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $
+
+--- cmn/physical.cpp.orig 2000-01-19 20:38:14.000000000 -0800
++++ cmn/physical.cpp 2003-11-22 11:29:34.000000000 -0800
+@@ -33,10 +33,11 @@
+ // Include Files
+ #include "xdata.h"
+ #include "physical.h"
+-#include <iostream.h>
++#include <iostream>
++using namespace std;
+
+ #if X11
+-#include <strstream.h>
++#include <strstream>
+ #endif
+ #if WIN32
+ #include <strstrea.h>