summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'games/xevil/patches/patch-as')
-rw-r--r--games/xevil/patches/patch-as14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/xevil/patches/patch-as b/games/xevil/patches/patch-as
new file mode 100644
index 00000000000..120e40d8647
--- /dev/null
+++ b/games/xevil/patches/patch-as
@@ -0,0 +1,14 @@
+$NetBSD: patch-as,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $
+
+--- x11/ui.cpp.orig 2003-11-27 15:30:46.000000000 -0800
++++ x11/ui.cpp 2003-11-27 15:30:57.000000000 -0800
+@@ -41,7 +41,8 @@
+ }
+
+ #include <iostream.h>
+-#include <strstream.h>
++#include <strstream>
++using namespace std;
+
+ #include "coord.h"
+ #include "area.h"