1
1

osc/rdma: add missing #include <alloca.h>

Этот коммит содержится в:
Gilles Gouaillardet 2015-12-22 10:16:09 +09:00
родитель 77f199d1d7
Коммит 071ae39a44

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

@ -2,6 +2,8 @@
/*
* Copyright (c) 2007-2015 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2015 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -9,6 +11,10 @@
* $HEADER$
*/
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#include "osc_rdma_comm.h"
#include "ompi/mca/bml/base/base.h"