From 3ca20ae24b56e7cea0245906fd4739a47a95c34a Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 7 Dec 1999 17:53:48 +0000 Subject: [PATCH] fixed DLL symbol export --- src/libCom/error/errlog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libCom/error/errlog.c b/src/libCom/error/errlog.c index d23fee8c8..0f6ade9df 100644 --- a/src/libCom/error/errlog.c +++ b/src/libCom/error/errlog.c @@ -19,14 +19,14 @@ of this distribution. #include #include #include +#include +#define epicsExportSharedSymbols #define ERRLOG_INIT #include "dbDefs.h" #include "osiThread.h" #include "osiSem.h" #include "osiInterrupt.h" -#include "errno.h" - #include "epicsAssert.h" #include "errMdef.h" #include "error.h"