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

Commit d860d05

Browse files
committed
osc_rdma_peer: properly include ompi_config.h
Thanks to Paul Hargrove for reporting. Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit open-mpi/ompi@33dd8ca)
1 parent a3b95e7 commit d860d05

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)