1
1

fix a few more spots in posix.

This commit was SVN r24808.
Этот коммит содержится в:
Samuel Gutierrez 2011-06-22 23:17:26 +00:00
родитель 7fcf806dc9
Коммит 61ff422562
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -40,6 +40,9 @@
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif /* HAVE_SYS_TYPES_H */
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif /* HAVE_NETDB_H */
#include "opal/util/output.h"
#include "opal/util/show_help.h"

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

@ -28,6 +28,8 @@
#include "opal_config.h"
#include <errno.h>
#ifdef HAVE_STRING_H
#include <string.h>
#endif /* HAVE_STRING_H */
@ -37,6 +39,9 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif /* HAVE_NETDB_H */
#include "opal/constants.h"
#include "opal/util/show_help.h"