$NetBSD: patch-ab,v 1.1 2004/04/12 21:39:41 snj Exp $

--- groupsock/Groupsock.cpp.orig	2004-04-12 14:32:16.000000000 -0700
+++ groupsock/Groupsock.cpp	2004-04-12 14:35:25.000000000 -0700
@@ -26,7 +26,8 @@ along with this library; if not, write t
 #if defined(__WIN32__) || defined(_WIN32)
 #include <strstrea.h>
 #else
-#include <strstream.h>
+using namespace::std;
+#include <strstream>
 #endif
 #include <stdio.h>
 
