summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'games/xevil/patches/patch-al')
-rw-r--r--games/xevil/patches/patch-al14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/xevil/patches/patch-al b/games/xevil/patches/patch-al
new file mode 100644
index 00000000000..10fc7337f2b
--- /dev/null
+++ b/games/xevil/patches/patch-al
@@ -0,0 +1,14 @@
+$NetBSD: patch-al,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $
+
+--- cmn/locator.h.orig 2003-11-22 11:30:48.000000000 -0800
++++ cmn/locator.h 2003-11-22 11:31:07.000000000 -0800
+@@ -47,7 +47,8 @@
+
+
+ // Include Files
+-#include <iostream.h>
++#include <iostream>
++using namespace std;
+
+ #include "utils.h"
+ #include "coord.h"