Skip to content

Commit 5082eb6

Browse files
author
rhc54
committed
Merge pull request open-mpi#873 from ggouaillardet/topic/v1.10/pml_cm_missing_include_file
pml/cm: add missing #include <alloca.h>
2 parents 11cd9ab + aa2dbd4 commit 5082eb6

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)