allow use of epicsAssert.h
This commit is contained in:
@@ -4,7 +4,10 @@
|
||||
//
|
||||
|
||||
#include <semaphore.h>
|
||||
|
||||
#ifndef assert // allow use of epicsAssert.h
|
||||
#include <assert.h>
|
||||
#endif
|
||||
|
||||
class osiMutex {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user