Define epicsExportSharedSymbols in ca/notifierConveyor.cpp

This commit is contained in:
Andrew Johnson
2020-11-30 12:46:18 -06:00
committed by mdavidsaver
parent 23c9b09c1e
commit 33cc9b1fdb

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;