Skip to content

Commit 0250d83

Browse files
committed
mpool/base: add missing #include
Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent a1e85b0 commit 0250d83

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

opal/mca/mpool/base/mpool_base_tree.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* Copyright (c) 2010 IBM Corporation. All rights reserved.
1616
* Copyright (c) 2012-2015 Los Alamos National Security, LLC.
1717
* All rights reserved.
18-
* Copyright (c) 2015 Research Organization for Information Science
19-
* and Technology (RIST). All rights reserved.
18+
* Copyright (c) 2015-2018 Research Organization for Information Science
19+
* and Technology (RIST). All rights reserved.
2020
* Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights reserved.
2121
* $COPYRIGHT$
2222
*
@@ -27,6 +27,10 @@
2727

2828
#include "opal_config.h"
2929

30+
#ifdef HAVE_UNISTD_H
31+
#include <unistd.h>
32+
#endif
33+
3034
#include "opal/mca/mca.h"
3135
#include "opal/util/show_help.h"
3236
#include "opal/util/proc.h"

0 commit comments

Comments
 (0)