freebsd-ports/security/tripwire/files/patch-src-tw-fcoreport.h
Cy Schubert bdb7d01307 Fix build under 7.0-CURRENT (gcc 4.2.1 20070719).
PR:		112884
Submitted by:	Scot Hetzel<swhetzel@gmail.com>
2007-10-10 19:12:46 +00:00

10 lines
313 B
C++

--- src/tw/fcoreport.h.orig 2005-09-15 20:12:37.000000000 -0700
+++ src/tw/fcoreport.h 2007-10-09 23:53:39.000000000 -0700
@@ -74,6 +74,7 @@
class cFCOName;
class cFCOReport_i;
class cFCOReportGenreIter_i;
+class cFCOReportSpecIter;
class cFCOReportSpecIter_i;
class cFCOReportChangeIter_i;
class iFCOSpec;