diff options
Diffstat (limited to 'games/xevil/patches/patch-cmn_streams.cpp')
-rw-r--r-- | games/xevil/patches/patch-cmn_streams.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/xevil/patches/patch-cmn_streams.cpp b/games/xevil/patches/patch-cmn_streams.cpp new file mode 100644 index 00000000000..a89b1b45c3f --- /dev/null +++ b/games/xevil/patches/patch-cmn_streams.cpp @@ -0,0 +1,13 @@ +$NetBSD: patch-cmn_streams.cpp,v 1.1 2011/11/27 19:43:33 joerg Exp $ + +--- cmn/streams.cpp.orig 2011-11-27 02:22:01.000000000 +0000 ++++ cmn/streams.cpp +@@ -31,7 +31,7 @@ + #include "utils.h" + #include "neth.h" // needed for recv, send, recvfrom, sendto + +-#include <iostream.h> ++#include <iostream> + + #include "streams.h" + #include "xetp.h" // yuck, need this for XETP::versionStr |