openbsd-ports/games/xevil/patches/patch-cmn_streams_cpp
ajacoutot 332a050729 - update to xevil-2.02r2
- fix HOMEPAGE and MASTER_SITES
2007-12-07 15:54:56 +00:00

16 lines
434 B
Plaintext

$OpenBSD: patch-cmn_streams_cpp,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
--- cmn/streams.cpp.orig Fri Dec 7 14:00:59 2007
+++ cmn/streams.cpp Fri Dec 7 14:01:17 2007
@@ -31,8 +31,10 @@
#include "utils.h"
#include "neth.h" // needed for recv, send, recvfrom, sendto
-#include <iostream.h>
+#include <iostream>
+using namespace std;
+
#include "streams.h"
#include "xetp.h" // yuck, need this for XETP::versionStr