diff --git a/src/ca/os_depen.h b/src/ca/os_depen.h index 0b170312f..b735e1199 100644 --- a/src/ca/os_depen.h +++ b/src/ca/os_depen.h @@ -15,6 +15,8 @@ * .04 joh 092491 changed order of ops on LOCALTICKS * .05 joh 092691 added NELEMENTS() * .06 joh 111991 added EVENTLOCKTEST + * .07 joh 120291 added declaration of taskIdCurrent for + * compiling with V4 vxWorks * */ @@ -35,6 +37,9 @@ # ifndef INCtaskLibh # include # endif +# ifndef V5_vxWorks + IMPORT ULONG taskIdCurrent; +# endif #elif defined(VMS) #else @@@@ dont compile in this case @@@@