1
1

* always include sys/ioctl.h for now. Needs to be protected by header check,

but this will be good enough for Linux and OS X and I don't want to change
  configure.ac mid-day for the other platforms

This commit was SVN r6740.
Этот коммит содержится в:
Brian Barrett 2005-08-04 18:48:36 +00:00
родитель d0a0434172
Коммит 18d09c14a7

Просмотреть файл

@ -28,9 +28,7 @@
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif
#ifndef TIOCGWINSZ
#include <sys/ioctl.h>
#endif
#include "tools/ompi_info/ompi_info.h"