1
1

As we use usleep we have to include unistd.h. So let's protect it.

This commit was SVN r8443.
Этот коммит содержится в:
George Bosilca 2005-12-10 22:36:40 +00:00
родитель aa2217df8e
Коммит 734c936205

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

@ -22,7 +22,9 @@
#include "ompi_config.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
#include "opal/mca/base/base.h"
#include "debuggers.h"