- Add mssing <netdb.h>
- Change #if to #ifdef This commit was SVN r9146.
Этот коммит содержится в:
родитель
285581dff2
Коммит
28a1610453
@ -38,9 +38,12 @@
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
#include <time.h>
|
||||
#if HAVE_SYS_PARAM_H
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETDB_H
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
|
||||
#include "orte/orte_constants.h"
|
||||
#include "opal/event/event.h"
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user