Need to include fcntl.h on linux -- protected for windows.
This commit was SVN r8630.
Этот коммит содержится в:
родитель
29dd1a6f6b
Коммит
d272e02338
@ -29,6 +29,9 @@
|
||||
#ifdef HAVE_SYS_STAT_H
|
||||
#include <sys/stat.h>
|
||||
#endif /* HAVE_SYS_STAT_H */
|
||||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
#endif /* HAVE_FCNTL_H */
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include "opal/util/argv.h"
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user