summaryrefslogtreecommitdiff
path: root/games/xevil/files/patch-x11::ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/xevil/files/patch-x11::ui.cpp')
-rw-r--r--games/xevil/files/patch-x11::ui.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/xevil/files/patch-x11::ui.cpp b/games/xevil/files/patch-x11::ui.cpp
new file mode 100644
index 000000000000..93a98af2e5ec
--- /dev/null
+++ b/games/xevil/files/patch-x11::ui.cpp
@@ -0,0 +1,14 @@
+--- x11/ui.cpp.orig Wed Mar 19 10:05:38 2003
++++ x11/ui.cpp Sat Oct 25 21:48:32 2003
+@@ -40,8 +40,9 @@
+ #include <X11/Xatom.h>
+ }
+
+-#include <iostream.h>
+-#include <strstream.h>
++#include <iostream>
++#include <strstream>
++using namespace std;
+
+ #include "coord.h"
+ #include "area.h"