1
1

osc_rdma_peer: properly include ompi_config.h

Thanks to Paul Hargrove for reporting.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
Jeff Squyres 2016-05-03 07:39:55 -07:00
родитель cd6ab54fdf
Коммит 33dd8ca81e

Просмотреть файл

@ -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 <alloca.h>
#endif