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 c11e816 commit 02847d9Copy full SHA for 02847d9
opal/mca/pmix/pmix2x/pmix/src/dstore/pmix_esh.c
@@ -1,6 +1,8 @@
1
/*
2
* Copyright (c) 2015-2016 Mellanox Technologies, Inc.
3
* All rights reserved.
4
+ * Copyright (c) 2016 Research Organization for Information Science
5
+ * and Technology (RIST). All rights reserved.
6
* $COPYRIGHT$
7
*
8
* Additional copyrights may follow
@@ -12,6 +14,7 @@
12
14
#include <stdio.h>
13
15
#include <sys/types.h>
16
#include <sys/stat.h>
17
+#include <fcntl.h>
18
#include <sys/file.h>
19
20
#include <src/include/pmix_config.h>
0 commit comments