From 2a53e1fcfef44942626f425e171b87232d5e848d Mon Sep 17 00:00:00 2001 From: Ken Evans Date: Fri, 20 Feb 1998 21:52:21 +0000 Subject: [PATCH] Added an explicit include of tsDefs.h before cadef.h to avoid the functions in it being declared as export and also to avoid its allocating space when it should be declaring a reference. --- src/ca/iocinf.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ca/iocinf.h b/src/ca/iocinf.h index 4f704fea0..8be6bf80c 100644 --- a/src/ca/iocinf.h +++ b/src/ca/iocinf.h @@ -32,6 +32,9 @@ /************************************************************************/ /* $Log$ + * Revision 1.67 1998/02/05 22:30:34 jhill + * fixed dll export problems + * * Revision 1.66 1997/08/04 23:37:11 jhill * added beacon anomaly flag init/allow ip 255.255.255.255 * @@ -165,7 +168,8 @@ HDRVERSIONID(iocinfh, "$Id$") #include "bucketLib.h" #include "ellLib.h" #include "envDefs.h" -#include "epicsPrint.h" +#include "epicsPrint.h" +#include "tsDefs.h" #if defined(epicsExportSharedSymbols) #error suspect that libCom was not imported