fcntl include bugfix
Signed-off-by: Zoltán Mizsei <zmizsei@extrowerk.com> (cherry picked from commit open-mpi/ompi@ac3f8a16ed)
Этот коммит содержится в:
родитель
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>
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user