summaryrefslogtreecommitdiff
path: root/games/xevil/files/patch-cmn::xetp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/xevil/files/patch-cmn::xetp.cpp')
-rw-r--r--games/xevil/files/patch-cmn::xetp.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/xevil/files/patch-cmn::xetp.cpp b/games/xevil/files/patch-cmn::xetp.cpp
new file mode 100644
index 000000000000..75db0573f811
--- /dev/null
+++ b/games/xevil/files/patch-cmn::xetp.cpp
@@ -0,0 +1,15 @@
+--- cmn/xetp.cpp.orig Wed Jan 19 12:54:30 2000
++++ cmn/xetp.cpp Sat Oct 25 21:46:02 2003
+@@ -29,9 +29,10 @@
+
+ #include "stdafx.h"
+
+-#include <iostream.h>
++#include <iostream>
++using namespace std;
+ #if X11
+-#include <strstream.h>
++#include <strstream>
+ #endif
+ #if WIN32
+ #include <strstrea.h>