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

--- cmn/game_style.cpp.orig	2003-11-27 15:21:04.000000000 -0800
+++ cmn/game_style.cpp	2003-11-27 15:21:34.000000000 -0800
@@ -29,12 +29,11 @@
 
 // Include Files
 #include "stdafx.h"
-extern "C" {
-#include <string.h>
-}
+#include <cstring>
 
 #if X11
-#include <strstream.h>
+#include <strstream>
+using namespace std;
 #endif
 
 #if WIN32