From 83e5247ed4d22e89f0a6ae20c3a078204419fb12 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 8 Sep 2011 17:57:14 -0600 Subject: [PATCH] workaround for non-standard vxWorks 5.5.2 gnu compiler --- src/ca/udpiiu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ca/udpiiu.h b/src/ca/udpiiu.h index 5a0f869e1..2f9918e49 100644 --- a/src/ca/udpiiu.h +++ b/src/ca/udpiiu.h @@ -300,6 +300,7 @@ private: // These are needed for the vxWorks 5.5 compiler: friend class udpiiu::SearchDestUDP; friend class udpiiu::SearchRespCallback; + friend class udpiiu::M_repeaterTimerNotify; }; #endif // udpiiuh