1
1
This commit was SVN r8448.
Этот коммит содержится в:
George Bosilca 2005-12-11 05:49:29 +00:00
родитель 1b667067d6
Коммит ce68d752ba
2 изменённых файлов: 4 добавлений и 1 удалений

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

@ -19,7 +19,9 @@
#include "ompi_config.h" #include "ompi_config.h"
#include <stdio.h> #include <stdio.h>
#ifdef HAVE_STRING_H
#include <string.h> #include <string.h>
#endif /* HAVE_STRING_H */
#include "mca/mca.h" #include "mca/mca.h"
#include "mca/base/base.h" #include "mca/base/base.h"

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

@ -25,8 +25,9 @@
#include "mca/mpool/mpool.h" #include "mca/mpool/mpool.h"
#include "mca/mpool/base/base.h" #include "mca/mpool/base/base.h"
#include "ompi/include/constants.h" #include "ompi/include/constants.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h> #include <unistd.h>
#endif /* HAVE_UNISTD_H */
/* /*
* The following file was created by configure. It contains extern * The following file was created by configure. It contains extern