Skip to content

Commit 5e07515

Browse files
committed
mtl_ofi_component.c: add missing argv.h header
(cherry picked from commit open-mpi/ompi@567c9e3)
1 parent 50aa0fe commit 5e07515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/mca/mtl/ofi/mtl_ofi_component.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*/
1414

1515
#include "mtl_ofi.h"
16+
#include "opal/util/argv.h"
1617

1718
static int ompi_mtl_ofi_component_open(void);
1819
static int ompi_mtl_ofi_component_query(mca_base_module_t **module, int *priority);

0 commit comments

Comments
 (0)