1
1

Only include unistd.h, if we have it.

This commit was SVN r20988.
Этот коммит содержится в:
Shiqing Fan 2009-04-14 13:39:06 +00:00
родитель 0ea6d48320
Коммит 339948928d

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

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