diff --git a/opal/util/ethtool.c b/opal/util/ethtool.c index 68afa89df2..c44bed21bc 100644 --- a/opal/util/ethtool.c +++ b/opal/util/ethtool.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 2016 Karol Mroz. All rights reserved. + * Copyright (c) 2016 Karol Mroz. All rights reserved. * Copyright (c) 2016 Research Organization for Information Science * and Technology (RIST). All rights reserved. - * Copyright (c) 2016 Cisco Systems, Inc. All rights reserved. + * Copyright (c) 2016 Cisco Systems, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -18,6 +18,12 @@ #ifdef HAVE_UNISTD_H #include #endif +#ifdef HAVE_SYS_TYPES_H +#include +#endif +#ifdef HAVE_SYS_SOCKET_H +#include +#endif #ifdef HAVE_NET_IF_H #include #endif