diff --git a/orte/mca/ns/replica/ns_replica.c b/orte/mca/ns/replica/ns_replica.c index a1151af690..160509496f 100644 --- a/orte/mca/ns/replica/ns_replica.c +++ b/orte/mca/ns/replica/ns_replica.c @@ -31,6 +31,7 @@ #include "orte/mca/errmgr/errmgr.h" #include "orte/mca/ns/base/base.h" +#include "orte/mca/ns/base/ns_private.h" #include "ns_replica.h" /** diff --git a/orte/mca/rds/proxy/rds_proxy.h b/orte/mca/rds/proxy/rds_proxy.h index 7df913790f..6a71125671 100644 --- a/orte/mca/rds/proxy/rds_proxy.h +++ b/orte/mca/rds/proxy/rds_proxy.h @@ -49,6 +49,7 @@ int orte_rds_proxy_finalize(void); */ int orte_rds_proxy_query(orte_jobid_t job); +ORTE_DECLSPEC extern orte_rds_base_component_t mca_rds_proxy_component; #if defined(c_plusplus) || defined(__cplusplus) }