From d860d054c69595297012519991c0cbb39a5a2cb6 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 3 May 2016 07:39:55 -0700 Subject: [PATCH] osc_rdma_peer: properly include ompi_config.h Thanks to Paul Hargrove for reporting. Signed-off-by: Jeff Squyres (cherry picked from commit open-mpi/ompi@33dd8ca81e83c500b5c0aa583eaa4bdc46bf954a) --- ompi/mca/osc/rdma/osc_rdma_peer.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ompi/mca/osc/rdma/osc_rdma_peer.c b/ompi/mca/osc/rdma/osc_rdma_peer.c index e59dc98dca..f9207ae3a1 100644 --- a/ompi/mca/osc/rdma/osc_rdma_peer.c +++ b/ompi/mca/osc/rdma/osc_rdma_peer.c @@ -4,6 +4,7 @@ * reserved. * Copyright (c) 2015 Research Organization for Information Science * and Technology (RIST). All rights reserved. + * Copyright (c) 2016 Cisco Systems, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -11,6 +12,8 @@ * $HEADER$ */ +#include "ompi_config.h" + #ifdef HAVE_ALLOCA_H #include #endif