From b87ad4546b2f3bcdc7375999ad6a1d4cd073ef28 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 3 Nov 2003 18:59:15 +0000 Subject: - Fix build on -current PR: 58876 Submitted by: Ports Fury --- games/xevil/files/patch-cmn::streams.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 games/xevil/files/patch-cmn::streams.cpp (limited to 'games/xevil/files/patch-cmn::streams.cpp') diff --git a/games/xevil/files/patch-cmn::streams.cpp b/games/xevil/files/patch-cmn::streams.cpp new file mode 100644 index 000000000000..7d0ff670e436 --- /dev/null +++ b/games/xevil/files/patch-cmn::streams.cpp @@ -0,0 +1,12 @@ +--- cmn/streams.cpp.orig Wed Jan 19 12:54:32 2000 ++++ cmn/streams.cpp Sat Oct 25 21:44:08 2003 +@@ -31,7 +31,8 @@ + #include "utils.h" + #include "neth.h" // needed for recv, send, recvfrom, sendto + +-#include ++#include ++using namespace std; + + #include "streams.h" + #include "xetp.h" // yuck, need this for XETP::versionStr -- cgit v1.2.3