1
1

Missing alloca.h. Thanks Paul for catching this.

This commit was SVN r32388.
Этот коммит содержится в:
George Bosilca 2014-08-01 03:28:23 +00:00
родитель 537aa674a5
Коммит cee2a4e5c8
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -28,6 +28,9 @@
#include "pml_ob1_recvfrag.h"
#include "ompi/peruse/peruse-internal.h"
#include "ompi/message/message.h"
#if HAVE_ALLOCA_H
#include <alloca.h>
#endif /* HAVE_ALLOCA_H */
int mca_pml_ob1_irecv_init(void *addr,
size_t count,

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

@ -26,6 +26,9 @@
#include "pml_ob1_sendreq.h"
#include "pml_ob1_recvreq.h"
#include "ompi/peruse/peruse-internal.h"
#if HAVE_ALLOCA_H
#include <alloca.h>
#endif /* HAVE_ALLOCA_H */
int mca_pml_ob1_isend_init(void *buf,
size_t count,