1
1
This commit was SVN r17252.
Этот коммит содержится в:
George Bosilca 2008-01-26 18:54:27 +00:00
родитель 626e5c4af8
Коммит 7dddbe5e29
2 изменённых файлов: 16 добавлений и 0 удалений

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

@ -24,10 +24,18 @@
guaranteed to have <unistd.h> and friends */
#include <stdio.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif /* HAVE_STDLIB_H */
#ifdef HAVE_STRING_H
#include <string.h>
#endif /* HAVE_STRING_H */
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif /* HAVE_ERRNO_H */
#include "opal/constants.h"
#include "opal/mca/base/mca_base_param.h"

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

@ -24,10 +24,18 @@
guaranteed to have <unistd.h> and friends */
#include <stdio.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif /* HAVE_STDLIB_H */
#ifdef HAVE_STRING_H
#include <string.h>
#endif /* HAVE_STRING_H */
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif /* HAVE_ERRNO_H */
#include "opal/constants.h"
#include "opal/mca/base/mca_base_param.h"