From e39304887291f0aa57a0a3409dd598ab4d7d826f Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Wed, 27 Aug 2008 15:19:26 +0000 Subject: [PATCH] - The struct mca_base_component_t does not need to be defined as we #include "opal/mca/mca.h" - Should have ompi_config for the ifdef This commit was SVN r19431. --- ompi/runtime/ompi_module_exchange.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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