From cc5084018b0284fcb7df9a87b62df2da9fcf8d00 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 15 Sep 2020 16:11:48 +0200 Subject: [PATCH] fix problem compiling for vxWorks 6.9 --- src/libCom/osi/epicsStdioRedirect.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libCom/osi/epicsStdioRedirect.h b/src/libCom/osi/epicsStdioRedirect.h index 36edf1dbe..73a5b8ffa 100644 --- a/src/libCom/osi/epicsStdioRedirect.h +++ b/src/libCom/osi/epicsStdioRedirect.h @@ -12,12 +12,12 @@ #ifndef epicsStdioRedirecth #define epicsStdioRedirecth +#include + #ifdef __cplusplus extern "C" { #endif -#include - #undef stdin #define stdin epicsGetStdin() #undef stdout