diff --git a/ompi/runtime/ompi_module_exchange.h b/ompi/runtime/ompi_module_exchange.h index 7824d92840..960b9e8d12 100644 --- a/ompi/runtime/ompi_module_exchange.h +++ b/ompi/runtime/ompi_module_exchange.h @@ -48,6 +48,8 @@ #ifndef MCA_OMPI_MODULE_EXCHANGE_H #define MCA_OMPI_MODULE_EXCHANGE_H +#include "ompi_config.h" + #ifdef HAVE_SYS_TYPES_H #include #endif @@ -56,7 +58,6 @@ #include "orte/types.h" -struct mca_base_component_t; struct ompi_proc_t; BEGIN_C_DECLS