fix problem compiling for vxWorks 6.9

This commit is contained in:
2020-09-15 16:11:48 +02:00
parent 375b74a0c0
commit cc5084018b

View File

@@ -12,12 +12,12 @@
#ifndef epicsStdioRedirecth
#define epicsStdioRedirecth
#include <epicsStdio.h>
#ifdef __cplusplus
extern "C" {
#endif
#include <epicsStdio.h>
#undef stdin
#define stdin epicsGetStdin()
#undef stdout