From a5e9ed2d781261caa0ca4e89540a0c69bd2710fa Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 22 Aug 2019 15:53:29 +0200 Subject: [PATCH] do not use epicsStdioRedirect.h for EPICS 3.13 --- src/devStream.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/devStream.h b/src/devStream.h index 06e5214..f97bbe3 100644 --- a/src/devStream.h +++ b/src/devStream.h @@ -64,7 +64,6 @@ extern "C" { #include "recGbl.h" #include "dbEvent.h" #include "epicsMath.h" -#include "epicsStdioRedirect.h" #ifdef devStream_epicsExportSharedSymbols # undef devStream_epicsExportSharedSymbols @@ -76,6 +75,8 @@ extern "C" { #ifdef __cplusplus } #endif +#else +#include "epicsStdioRedirect.h" #endif #ifdef _WIN32