Skip to content

Commit 0b3e3c6

Browse files
committed
opal/runtime: add missing #include <unistd.h>
Thanks Marco Atzeri for contributing the original patch
1 parent f0e3e16 commit 0b3e3c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

opal/runtime/opal_init.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727

2828
/** @file **/
2929

30+
#ifdef HAVE_UNISTD_H
31+
#include <unistd.h>
32+
#endif
33+
3034
#include "opal_config.h"
3135

3236
#include "opal/util/malloc.h"

0 commit comments

Comments
 (0)