diff --git a/motorApp/MotorSrc/paramLib.h b/motorApp/MotorSrc/paramLib.h index b5f1ad5b..e965a9ed 100644 --- a/motorApp/MotorSrc/paramLib.h +++ b/motorApp/MotorSrc/paramLib.h @@ -5,6 +5,8 @@ extern "C" { #endif +#include + #define PARAM_OK (0) #define PARAM_ERROR (-1) @@ -26,7 +28,7 @@ typedef struct void (*forceCallback)( PARAMS params ); } paramSupport; -extern paramSupport * motorParam; +epicsShareExtern paramSupport * motorParam; #ifdef __cplusplus }