From d8d52e433cff58e7db6e8e38c017025f6578fe7d Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Fri, 15 Sep 2017 18:36:48 -0500 Subject: [PATCH] rsrv: epicsExport.h is last import --- src/ioc/rsrv/rsrvIocRegister.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ioc/rsrv/rsrvIocRegister.c b/src/ioc/rsrv/rsrvIocRegister.c index 74336817d..00c58e828 100644 --- a/src/ioc/rsrv/rsrvIocRegister.c +++ b/src/ioc/rsrv/rsrvIocRegister.c @@ -9,10 +9,11 @@ #include "iocsh.h" -#include "epicsExport.h" #define epicsExportSharedSymbols #include "rsrv.h" +#include "epicsExport.h" + /* casr */ static const iocshArg casrArg0 = { "level",iocshArgInt}; static const iocshArg * const casrArgs[1] = {&casrArg0};