Define epicsExportSharedSymbols in ca/notifierConveyor.cpp

This commit is contained in:
Andrew Johnson
2021-01-05 11:01:02 -08:00
committed by mdavidsaver
parent 23c9b09c1e
commit 33cc9b1fdb
+5
View File
@@ -5,7 +5,12 @@
*/
#include <iostream>
#include <queue>
#include <epicsThread.h>
#include <pv/event.h>
#include <pv/lock.h>
#define epicsExportSharedSymbols
#include "notifierConveyor.h"
using epics::pvData::Lock;