diff --git a/src/libCom/cxxTemplates/tsFreeList.h b/src/libCom/cxxTemplates/tsFreeList.h index 635a9e548..c51ae1902 100644 --- a/src/libCom/cxxTemplates/tsFreeList.h +++ b/src/libCom/cxxTemplates/tsFreeList.h @@ -37,7 +37,7 @@ #include #include -#include "osiMutex.h" +#include "epicsMutex.h" // these versions of the microsoft compiler incorrectly // warn about a missing delete operator if only the @@ -60,7 +60,7 @@ struct tsFreeListChunk { }; template < class T, unsigned N = 0x400, unsigned DEBUG_LEVEL = 0u > -class tsFreeList : private osiMutex { +class tsFreeList : private epicsMutex { public: tsFreeList (); ~tsFreeList ();