Include pvAccess.h before exportSharedSym's in caContext.cpp

This commit is contained in:
Andrew Johnson
2020-11-30 17:09:17 -06:00
committed by mdavidsaver
parent 33cc9b1fdb
commit 92002b6ba2

View File

@ -5,6 +5,7 @@
*/
#include <cadef.h>
#include <pv/pvAccess.h>
#define epicsExportSharedSymbols
#include "caContext.h"