Skip to content

Commit 1e5f7fc

Browse files
committed
btl: fix rcache rewrite merge error
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
1 parent 83b02fe commit 1e5f7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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
/**

0 commit comments

Comments
 (0)