summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-at
diff options
context:
space:
mode:
Diffstat (limited to 'games/xevil/patches/patch-at')
-rw-r--r--games/xevil/patches/patch-at14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/xevil/patches/patch-at b/games/xevil/patches/patch-at
new file mode 100644
index 00000000000..9c69b7e3228
--- /dev/null
+++ b/games/xevil/patches/patch-at
@@ -0,0 +1,14 @@
+$NetBSD: patch-at,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $
+
+--- x11/serverping.cpp.orig 2003-11-27 15:33:36.000000000 -0800
++++ x11/serverping.cpp 2003-11-27 15:33:48.000000000 -0800
+@@ -26,7 +26,8 @@
+
+
+ #include <iostream.h>
+-#include <strstream.h>
++#include <strstream>
++using namespace std;
+ #include "utils.h"
+ #include "streams.h"
+ #include "xetp_basic.h"