summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-aj
blob: aed1af721d44f08fb2ea40e5d68aae181b6db6b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aj,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $

--- cmn/game.cpp.orig	2003-11-22 11:25:45.000000000 -0800
+++ cmn/game.cpp	2003-11-22 11:26:04.000000000 -0800
@@ -34,7 +34,8 @@
 }
 
 #if X11
-#include <strstream.h>
+#include <strstream>
+using namespace std;
 #endif
 #if WIN32
 #include <strstrea.h>