summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'games/xevil/patches/patch-ai')
-rw-r--r--games/xevil/patches/patch-ai17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/xevil/patches/patch-ai b/games/xevil/patches/patch-ai
new file mode 100644
index 00000000000..42aaa4c6017
--- /dev/null
+++ b/games/xevil/patches/patch-ai
@@ -0,0 +1,17 @@
+$NetBSD: patch-ai,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $
+
+--- cmn/xetp.cpp.orig 2000-01-19 12:54:30.000000000 -0800
++++ cmn/xetp.cpp 2003-11-22 11:24:52.000000000 -0800
+@@ -29,9 +29,10 @@
+
+ #include "stdafx.h"
+
+-#include <iostream.h>
++#include <iostream>
+ #if X11
+-#include <strstream.h>
++#include <strstream>
++using namespace std;
+ #endif
+ #if WIN32
+ #include <strstrea.h>