Skip to content

Commit aa2dbd4

Browse files
committed
pml/cm: add missing #include <alloca.h>
Thanks Paul Hargrove for reporting this issue (cherry picked from commit open-mpi/ompi@b38c17d)
1 parent b474558 commit aa2dbd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ompi/mca/pml/cm/pml_cm.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
#ifndef PML_CM_H
1616
#define PML_CM_H
1717

18+
#ifdef HAVE_ALLOCA_H
19+
#include <alloca.h>
20+
#endif
21+
1822
#include "ompi_config.h"
1923
#include "ompi/request/request.h"
2024
#include "ompi/mca/pml/pml.h"

0 commit comments

Comments
 (0)