1
1

Specify complete path to included header files so it compiles in all environments

This commit was SVN r21412.
Этот коммит содержится в:
Ralph Castain 2009-06-11 02:46:30 +00:00
родитель 6777f01380
Коммит 91ab2b3e4f
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -118,7 +118,7 @@ typedef struct ompi_predefined_group_t ompi_predefined_group_t;
* For more information on why we do this see the Notice to developers
* comment at the top of the ompi_msgq_dll.c file.
*/
#include "group_dbg.h"
#include "ompi/group/group_dbg.h"
#define OMPI_GROUP_IS_INTRINSIC(_group) ((_group)->grp_flags&OMPI_GROUP_INTRINSIC)
#define OMPI_GROUP_IS_DENSE(_group) ((_group)->grp_flags & OMPI_GROUP_DENSE)

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

@ -48,7 +48,7 @@ OMPI_DECLSPEC extern ompi_free_list_t mca_pml_base_recv_requests;
* For more information on why we do this see the Notice to developers
* comment at the top of the ompi_msgq_dll.c file.
*/
#include "pml_base_request_dbg.h"
#include "ompi/mca/pml/base/pml_base_request_dbg.h"
/**

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

@ -47,7 +47,7 @@ OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_request_t);
* comment at the top of the ompi_msgq_dll.c file.
*/
#include "request_dbg.h"
#include "ompi/request/request_dbg.h"
struct ompi_request_t;