Skip to content

Commit f0e3e16

Browse files
committed
pmix/base: add missing #include <unistd.h>
Thanks Marco Atzeri for contributing the original patch
1 parent 66d9c2d commit f0e3e16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opal/mca/pmix/base/pmix_base_fns.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121

2222
#include <time.h>
2323
#include <string.h>
24+
#ifdef HAVE_UNISTD_H
25+
#include <unistd.h>
26+
#endif
2427

2528
#include "opal_stdint.h"
2629
#include "opal/class/opal_pointer_array.h"

0 commit comments

Comments
 (0)