allow use of epicsAssert.h

This commit is contained in:
Jeff Hill
1998-06-16 03:31:00 +00:00
parent 98644b2ac8
commit beaab56d90

View File

@@ -4,7 +4,10 @@
//
#include <semaphore.h>
#ifndef assert // allow use of epicsAssert.h
#include <assert.h>
#endif
class osiMutex {
public: