On windows we have include io.h in order to have access to the isatty function.
This commit was SVN r8621.
Этот коммит содержится в:
родитель
228f966798
Коммит
4002365f43
@ -34,6 +34,10 @@
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#include <io.h>
|
||||
#endif /* __WINDOWS__ */
|
||||
|
||||
#include "tools/ompi_info/ompi_info.h"
|
||||
|
||||
using namespace std;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user