Skip to content

Commit 33dd8ca

Browse files
committed
osc_rdma_peer: properly include ompi_config.h
Thanks to Paul Hargrove for reporting. Signed-off-by: Jeff Squyres <[email protected]>
1 parent cd6ab54 commit 33dd8ca

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)