Skip to content

Commit 02847d9

Browse files
committed
pmix2x: dstore: add missing <fcntl.h> include file in pmix_esh.c
(back-ported from upstream openpmix/openpmix@5c66ffe)
1 parent c11e816 commit 02847d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opal/mca/pmix/pmix2x/pmix/src/dstore/pmix_esh.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
* Copyright (c) 2015-2016 Mellanox Technologies, Inc.
33
* All rights reserved.
4+
* Copyright (c) 2016 Research Organization for Information Science
5+
* and Technology (RIST). All rights reserved.
46
* $COPYRIGHT$
57
*
68
* Additional copyrights may follow
@@ -12,6 +14,7 @@
1214
#include <stdio.h>
1315
#include <sys/types.h>
1416
#include <sys/stat.h>
17+
#include <fcntl.h>
1518
#include <sys/file.h>
1619

1720
#include <src/include/pmix_config.h>

0 commit comments

Comments
 (0)