1
1

On windows we have include io.h in order to have access to the isatty function.

This commit was SVN r8621.
Этот коммит содержится в:
George Bosilca 2005-12-31 15:03:58 +00:00
родитель 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;