We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e85b0 commit 0250d83Copy full SHA for 0250d83
opal/mca/mpool/base/mpool_base_tree.c
@@ -15,8 +15,8 @@
15
* Copyright (c) 2010 IBM Corporation. All rights reserved.
16
* Copyright (c) 2012-2015 Los Alamos National Security, LLC.
17
* All rights reserved.
18
- * Copyright (c) 2015 Research Organization for Information Science
19
- * and Technology (RIST). All rights reserved.
+ * Copyright (c) 2015-2018 Research Organization for Information Science
+ * and Technology (RIST). All rights reserved.
20
* Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights reserved.
21
* $COPYRIGHT$
22
*
@@ -27,6 +27,10 @@
27
28
#include "opal_config.h"
29
30
+#ifdef HAVE_UNISTD_H
31
+#include <unistd.h>
32
+#endif
33
+
34
#include "opal/mca/mca.h"
35
#include "opal/util/show_help.h"
36
#include "opal/util/proc.h"
0 commit comments