$NetBSD: patch-ai,v 1.1 2003/07/05 09:07:58 wulf Exp $

--- src/libannotate/Text.cpp.orig	2003-07-03 09:54:46.000000000 +0930
+++ src/libannotate/Text.cpp	2003-07-03 09:55:01.000000000 +0930
@@ -187,7 +187,7 @@
     string markerBounds(options->MarkerBounds());
     if (!markerBounds.empty())
     {
-	ofstream outfile(markerBounds.c_str(), ios_base::app);
+	ofstream outfile(markerBounds.c_str(), ios::app);
 	if (outfile.is_open())
 	{
 	    if (x_ < display->Width() && x_ > -(lrx_ - ulx_))
