diff --git a/src/misc/Makefile b/src/misc/Makefile index 7784dbf03..4d654b635 100644 --- a/src/misc/Makefile +++ b/src/misc/Makefile @@ -9,6 +9,7 @@ INC += asSubRecordFunctions.h LIBSRCS += epicsRelease.c LIBSRCS += iocInit.c LIBSRCS += asSubRecordFunctions.c +DLL_LIBS = Com dbStaticIoc dbIoc asIoc rsrvIoc registryIoc LIBRARY_IOC = miscIoc miscIoc_DLL_LIBS = rsrvIoc asIoc dbIoc registryIoc dbStaticIoc Com diff --git a/src/misc/iocInit.h b/src/misc/iocInit.h index 5f092bd7e..147e909a3 100644 --- a/src/misc/iocInit.h +++ b/src/misc/iocInit.h @@ -9,6 +9,7 @@ of this distribution. #define INCiocInith #include "shareLib.h" + #ifdef __cplusplus extern "C" { #endif