diff --git a/motorApp/NewportSrc/tclCall.cc b/motorApp/NewportSrc/tclCall.cc index 58a88428..ebd6fa44 100644 --- a/motorApp/NewportSrc/tclCall.cc +++ b/motorApp/NewportSrc/tclCall.cc @@ -12,12 +12,15 @@ #include #include "xps_c8_driver.h" #include "Socket.h" +#define epicsExportSharedSymbols +#include +#include "tclCall.h" #define TIMEOUT 1 static int getsocket(void); -void tclcall(char const *name,char const *taskName,char const *args){ +epicsShareFunc void tclcall(char const *name,char const *taskName,char const *args){ int status = 0; int socket;