1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/games/xevil/files/patch-cmn::streams.cpp
Kirill Ponomarev b87ad4546b - Fix build on -current
PR:		58876
Submitted by:	Ports Fury
2003-11-03 18:59:15 +00:00

13 lines
346 B
C++

--- 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 <iostream.h>
+#include <iostream>
+using namespace std;
#include "streams.h"
#include "xetp.h" // yuck, need this for XETP::versionStr