1
1

Fix some include file header ordering issues for some BSDs, suggested

by Paul Hargrove.

This commit was SVN r25984.
Этот коммит содержится в:
Jeff Squyres 2012-02-21 13:32:14 +00:00
родитель 5f9ac93455
Коммит b6a90434e4
3 изменённых файлов: 9 добавлений и 3 удалений

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

@ -19,12 +19,12 @@
#include "ompi_config.h"
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#include "opal/class/opal_hash_table.h"
#include "ompi/mca/btl/base/btl_base_error.h"

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

@ -33,6 +33,9 @@
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif

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

@ -23,6 +23,9 @@
#include "orte_config.h"
#include "orte/constants.h"
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif