Add epicsExportSharedSymbols, move some includes

This commit is contained in:
Andrew Johnson
2016-04-05 18:40:48 -05:00
parent 8fdf0d7411
commit 12d68fe209
16 changed files with 65 additions and 49 deletions

View File

@@ -4,13 +4,14 @@
* in file LICENSE that is included with this distribution.
*/
#include <pv/blockingUDP.h>
#include <pv/remote.h>
#include <pv/logger.h>
#include <sys/types.h>
#include <osiSock.h>
#include <sys/types.h>
#define epicsExportSharedSymbols
#include <pv/blockingUDP.h>
#include <pv/remote.h>
#include <pv/logger.h>
using namespace std;
using namespace epics::pvData;