freebsd-ports/security/tripwire/files/patch-src-fco-fcosetimpl.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

11 lines
268 B
C++

--- src/fco/fcosetimpl.h.orig 2005-09-15 20:12:38.000000000 -0700
+++ src/fco/fcosetimpl.h 2007-10-09 23:52:30.000000000 -0700
@@ -46,6 +46,8 @@
#include "fconame.h"
#endif
+class cFCOIterImpl;
+
class cFCOSetImpl : public iFCOSet
{
friend class cFCOIterImpl;