Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit ec94b74

Browse files
committed
Merge pull request #1133 from jsquyres/pr/v2.0.0/fix-osc-rdma-include-file
osc_rdma_peer: properly include ompi_config.h
2 parents 71fa4a3 + d860d05 commit ec94b74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ompi/mca/osc/rdma/osc_rdma_peer.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44
* reserved.
55
* Copyright (c) 2015 Research Organization for Information Science
66
* and Technology (RIST). All rights reserved.
7+
* Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
78
* $COPYRIGHT$
89
*
910
* Additional copyrights may follow
1011
*
1112
* $HEADER$
1213
*/
1314

15+
#include "ompi_config.h"
16+
1417
#ifdef HAVE_ALLOCA_H
1518
#include <alloca.h>
1619
#endif

0 commit comments

Comments
 (0)