1
1

pml/cm: add missing #include <alloca.h>

Thanks Paul Hargrove for reporting this issue
Этот коммит содержится в:
Gilles Gouaillardet 2015-12-22 10:16:37 +09:00
родитель 071ae39a44
Коммит b38c17dbcb

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

@ -16,6 +16,10 @@
#ifndef PML_CM_H
#define PML_CM_H
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#include "ompi_config.h"
#include "ompi/request/request.h"
#include "ompi/mca/pml/pml.h"