1
1
Signed-off-by: Zoltán Mizsei <zmizsei@extrowerk.com>

(cherry picked from commit open-mpi/ompi@ac3f8a16ed)
Этот коммит содержится в:
Zoltán Mizsei 2018-08-06 19:42:23 +02:00 коммит произвёл Gilles Gouaillardet
родитель 37440aca90
Коммит b2628129fd

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

@ -32,8 +32,12 @@
#ifdef HAVE_SYS_STAT_H #ifdef HAVE_SYS_STAT_H
#include <sys/stat.h> #include <sys/stat.h>
#endif #endif
#ifdef HAVE_SYS_FCNTL_H #ifdef HAVE_FCNTL_H
#include <fcntl.h> #include <fcntl.h>
#else
#ifdef HAVE_SYS_FCNTL_H
#include <sys/fcntl.h>
#endif
#endif #endif
#include <string.h> #include <string.h>