$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
 
