1
1

prevent compilation error when compiled with xlc.

This commit was SVN r6029.
Этот коммит содержится в:
Thara Angskun 2005-06-10 08:06:07 +00:00
родитель 9014ab2e86
Коммит 5a7b0b598d

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

@ -41,6 +41,9 @@
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif
#include "mca/iof/base/iof_base_setup.h"