summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'games/xevil/patches/patch-ap')
-rw-r--r--games/xevil/patches/patch-ap14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/xevil/patches/patch-ap b/games/xevil/patches/patch-ap
new file mode 100644
index 00000000000..cb5c2cf2b8a
--- /dev/null
+++ b/games/xevil/patches/patch-ap
@@ -0,0 +1,14 @@
+$NetBSD: patch-ap,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $
+
+--- x11/panel.cpp.orig 2003-11-27 15:23:40.000000000 -0800
++++ x11/panel.cpp 2003-11-27 15:24:00.000000000 -0800
+@@ -32,7 +32,8 @@
+ #include <X11/keysym.h>
+ }
+ #include <iostream.h>
+-#include <strstream.h>
++#include <strstream>
++using namespace std;
+
+ #include "utils.h"
+ #include "xdata.h"