diff --git a/src/libCom/calc/postfix.c b/src/libCom/calc/postfix.c index 37d6c2951..9bc529b30 100644 --- a/src/libCom/calc/postfix.c +++ b/src/libCom/calc/postfix.c @@ -55,14 +55,13 @@ * FLASE expression element not found */ -#include #include #include #include -#include "dbDefs.h" - #define epicsExportSharedSymbols +#include "dbDefs.h" +#include "epicsStdlib.h" #include "postfix.h" #include "postfixPvt.h"