1
1

All files have to include ompi_config.h before anything else.

This commit was SVN r13045.
Этот коммит содержится в:
George Bosilca 2007-01-08 22:03:16 +00:00
родитель 53ddbe8446
Коммит f419960c7f
3 изменённых файлов: 6 добавлений и 0 удалений

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

@ -19,6 +19,8 @@
* $HEADER$
*/
#include "ompi_config.h"
#include "ompi/mca/rcache/rcache.h"
#include "rcache_vma.h"
#include "rcache_vma_tree.h"

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

@ -8,6 +8,8 @@
* $HEADER$
*/
#include "ompi_config.h"
#include "opal/mca/base/mca_base_param.h"
#include "ompi/mca/rcache/rcache.h"
#include "rcache_vma.h"

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

@ -23,6 +23,8 @@
* Description of the Registration Cache framework
*/
#include "ompi_config.h"
#include "opal/mca/mca.h"
#include "rcache_vma_tree.h"