pmix/base: add missing #include <unistd.h>
Thanks Marco Atzeri for contributing the original patch
Этот коммит содержится в:
родитель
66d9c2daea
Коммит
f0e3e16f49
@ -21,6 +21,9 @@
|
|||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#ifdef HAVE_UNISTD_H
|
||||||
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "opal_stdint.h"
|
#include "opal_stdint.h"
|
||||||
#include "opal/class/opal_pointer_array.h"
|
#include "opal/class/opal_pointer_array.h"
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user