opal/util/ethtool: add missing headers
and get Open MPI build on OpenBSD 6.0
Этот коммит содержится в:
родитель
d445abe506
Коммит
eaee1332e1
@ -18,6 +18,12 @@
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#ifdef HAVE_NET_IF_H
|
||||
#include <net/if.h>
|
||||
#endif
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user