$NetBSD: patch-ag,v 1.1 2004/01/11 21:22:41 jschauma Exp $ --- TailFile.h.orig 2004-01-11 16:15:51.000000000 -0500 +++ TailFile.h 2004-01-11 16:15:55.000000000 -0500 @@ -23,7 +23,8 @@ #include "Colorizer.h" #include -#include +#include +#include #define MAX_CHARS_READ 1024 @@ -40,7 +41,7 @@ // the stream position long m_position; // the follow buffer, used in follow_print - ostrstream *m_follow_buffer; + std::ostrstream *m_follow_buffer; // private methods void find_position(int n);