Skip to content

Commit 2297247

Browse files
committed
BTL/OFI: Fix missing include file.
The missing include file causes an error when using an external version of LibEvent. Signed-off-by: tomhers <[email protected]> (cherry picked from commit 88f9d2c)
1 parent 57044aa commit 2297247

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)