$NetBSD: patch-af,v 1.1 2004/01/11 21:22:41 jschauma Exp $

--- OptionsParser.cc.orig	2004-01-11 16:15:24.000000000 -0500
+++ OptionsParser.cc	2004-01-11 16:15:42.000000000 -0500
@@ -18,7 +18,7 @@
 */
 
 #include <iostream.h>
-#include <strstream.h>
+#include <strstream>
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -130,7 +130,7 @@
 	    int loop = 1;
 	    while (loop)
 	    {
-	       ostrstream filename;
+	       std::ostrstream filename;
 
 	       while (1)
 	       {
