Skip to content

Commit 6b4e2f0

Browse files
authored
Merge pull request #7956 from tomhers/topic/fix_ofi_btl_include_file
v4.1.x: BTL/OFI: Fix missing include file.
2 parents 18418bf + 2297247 commit 6b4e2f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opal/mca/btl/ofi/btl_ofi_component.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727

2828
#include "opal_config.h"
2929

30+
#include "opal/util/printf.h"
31+
#include "opal/util/argv.h"
32+
3033
#include "opal/mca/btl/btl.h"
3134
#include "opal/mca/btl/base/base.h"
3235
#include "opal/mca/hwloc/base/base.h"

0 commit comments

Comments
 (0)