fix problem compiling for vxWorks 6.9
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user