1
1

- 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.
Этот коммит содержится в:
Rainer Keller 2008-08-27 15:19:26 +00:00
родитель f2388ce95b
Коммит e393048872

Просмотреть файл

@ -48,6 +48,8 @@
#ifndef MCA_OMPI_MODULE_EXCHANGE_H #ifndef MCA_OMPI_MODULE_EXCHANGE_H
#define MCA_OMPI_MODULE_EXCHANGE_H #define MCA_OMPI_MODULE_EXCHANGE_H
#include "ompi_config.h"
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
#include <sys/types.h> #include <sys/types.h>
#endif #endif
@ -56,7 +58,6 @@
#include "orte/types.h" #include "orte/types.h"
struct mca_base_component_t;
struct ompi_proc_t; struct ompi_proc_t;
BEGIN_C_DECLS BEGIN_C_DECLS