summaryrefslogtreecommitdiff
path: root/games/xevil/patches/patch-aj
blob: 5a49f15ab7365a729b8dc9ccf89dbcdd30d5263f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-aj,v 1.2 2011/11/27 19:43:33 joerg Exp $

--- cmn/game.cpp.orig	2003-03-22 22:20:00.000000000 +0000
+++ cmn/game.cpp
@@ -34,13 +34,14 @@ extern "C" {
 }
 
 #if X11
-#include <strstream.h>
+#include <strstream>
+using namespace std;
 #endif
 #if WIN32
 #include <strstrea.h>
 #endif
 
-#include <iomanip.h>
+#include <iomanip>
 
 #include "utils.h"
 #include "coord.h"