Skip to content

Commit 677b662

Browse files
authored
Merge pull request #7912 from tomhers/fix_opal_ofi_compile_bug
BTL/OFI: Fix missing include file.
2 parents b62545e + 88f9d2c commit 677b662

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opal/mca/btl/ofi/btl_ofi_component.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "opal_config.h"
2929

3030
#include "opal/util/printf.h"
31+
#include "opal/util/argv.h"
3132

3233
#include "opal/mca/btl/btl.h"
3334
#include "opal/mca/btl/base/base.h"

0 commit comments

Comments
 (0)