From b481dec481d546880a404f7a4e38c759ad4276c3 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 21 Mar 2002 23:40:56 +0000 Subject: [PATCH] fixed dll sym export --- src/db/dbNotify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/dbNotify.c b/src/db/dbNotify.c index c16749f19..21096c3cd 100644 --- a/src/db/dbNotify.c +++ b/src/db/dbNotify.c @@ -28,7 +28,6 @@ of this distribution. #include "epicsEvent.h" #include "epicsMutex.h" #include "epicsThread.h" -#include "callback.h" #include "errlog.h" #include "errMdef.h" #include "dbBase.h" @@ -37,6 +36,7 @@ of this distribution. #include "link.h" #include "dbCommon.h" #define epicsExportSharedSymbols +#include "callback.h" #include "dbAddr.h" #include "dbScan.h" #include "dbLock.h"