diff --git a/src/as/Makefile b/src/as/Makefile index 419fb7df0..227ed48d0 100644 --- a/src/as/Makefile +++ b/src/as/Makefile @@ -13,7 +13,7 @@ asIoc_SRCS += asCa.c LIBRARY_HOST = asHost LIBRARY_IOC = asIoc -asHost_DLL_LIBS = dbHost dbStaticHost ca Com +asHost_DLL_LIBS = dbStaticHost ca Com asIoc_DLL_LIBS = dbIoc dbStaticIoc ca Com asHost_DIR=. diff --git a/src/registry/registryDriverSupport.c b/src/registry/registryDriverSupport.c index 8bd4916ef..043b64954 100644 --- a/src/registry/registryDriverSupport.c +++ b/src/registry/registryDriverSupport.c @@ -13,8 +13,8 @@ of this distribution. #include "dbBase.h" #include "drvSup.h" -#include "registry.h" #define epicsExportSharedSymbols +#include "registry.h" #include "registryDriverSupport.h" const char *driverSupport = "driver support";