Skip to content

Commit 333805c

Browse files
committed
btl: fix rcache rewrite merge error
Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 83b02fe commit 333805c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

opal/mca/btl/btl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
#include "opal/datatype/opal_convertor.h"
123123
#include "opal/mca/mca.h"
124124
#include "opal/mca/mpool/mpool.h"
125+
#include "opal/mca/rcache/rcache.h"
125126

126127
BEGIN_C_DECLS
127128

@@ -132,7 +133,6 @@ BEGIN_C_DECLS
132133
struct mca_btl_base_module_t;
133134
struct mca_btl_base_endpoint_t;
134135
struct mca_btl_base_descriptor_t;
135-
struct mca_mpool_base_resources_t;
136136
struct opal_proc_t;
137137

138138
/**

opal/mca/common/sm/common_sm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include "opal/util/show_help.h"
3838
#include "opal/util/error.h"
3939
#include "opal/mca/shmem/base/base.h"
40+
#include "common_sm.h"
4041

4142
#include "opal/constants.h"
4243

0 commit comments

Comments
 (0)