$NetBSD: patch-aa,v 1.2 2006/02/08 16:21:51 joerg Exp $ --- lib/ofx_preproc.cpp.orig 2004-09-02 00:39:51.000000000 +0000 +++ lib/ofx_preproc.cpp @@ -21,6 +21,7 @@ #include #include #include +#include #include #include "ParserEventGeneratorKit.h" #include "libofx.h" @@ -204,7 +205,7 @@ CFCT int libofx_proc_buffer(LibofxContex string s_buffer; char *filenames[3]; char tmp_filename[50]; - unsigned int pos; + string::size_type pos; LibofxContext *libofx_context; libofx_context=(LibofxContext*)ctx;