From 2e52bb9c1e86f5931d539615b58fa7992e5d520e Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 23 Mar 1998 20:14:42 +0000 Subject: [PATCH] fixed place where shareLib.h macros were not redifed --- src/libCom/calc/sCalcPostfix.h | 2 ++ src/libCom/sCalcPostfix.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/libCom/calc/sCalcPostfix.h b/src/libCom/calc/sCalcPostfix.h index d6b73c9a0..f4da82c0e 100644 --- a/src/libCom/calc/sCalcPostfix.h +++ b/src/libCom/calc/sCalcPostfix.h @@ -32,6 +32,8 @@ #ifndef INCpostfixh #define INCpostfixh +#include "shareLib.h" + long epicsShareAPI sCalcPostfix(char *pinfix, char **pp_postfix, short *perror); epicsShareFunc long epicsShareAPI sCalcPerform(double *parg, int numArgs, char **psarg, int numSArgs, double *presult, char *psresult, int lenSresult, char *post); diff --git a/src/libCom/sCalcPostfix.h b/src/libCom/sCalcPostfix.h index d6b73c9a0..f4da82c0e 100644 --- a/src/libCom/sCalcPostfix.h +++ b/src/libCom/sCalcPostfix.h @@ -32,6 +32,8 @@ #ifndef INCpostfixh #define INCpostfixh +#include "shareLib.h" + long epicsShareAPI sCalcPostfix(char *pinfix, char **pp_postfix, short *perror); epicsShareFunc long epicsShareAPI sCalcPerform(double *parg, int numArgs, char **psarg, int numSArgs, double *presult, char *psresult, int lenSresult, char *post);