freebsd-ports/textproc/html2text/files/patch-format.C
Kirill Ponomarev 52168317e2 - Update to 1.3.2 and unbreak on 5.x
- Switch maintainer to ports@FreeBSD.org

PR:		ports/62390
Submitted by:	hrs
2004-02-13 09:37:20 +00:00

19 lines
426 B
C

--- format.C Mon Jul 29 20:12:13 2002
+++ format.C Thu Feb 5 22:47:07 2004
@@ -34,7 +34,7 @@
/***************************************************************************/
-#include <strstream.h>
+#include <strstream>
#include <stdlib.h>
#include <ctype.h>
@@ -50,6 +50,7 @@
using std::endl;
using std::flush;
+using std::ostrstream;
#ifndef nelems
#define nelems(array) (sizeof(array) / sizeof((array)[0]))