Skip to content

Commit 88f9d2c

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 <tom.herschberg@gmail.com>
1 parent 3ed466e commit 88f9d2c

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)