diff options
Diffstat (limited to 'networking/libiproute/iplink.c')
-rw-r--r-- | networking/libiproute/iplink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c index 82ab979a5..bad2017fe 100644 --- a/networking/libiproute/iplink.c +++ b/networking/libiproute/iplink.c @@ -7,7 +7,7 @@ #include <net/if.h> #include <net/if_packet.h> #include <netpacket/packet.h> -#include <net/ethernet.h> +#include <netinet/if_ether.h> #include "ip_common.h" /* #include "libbb.h" is inside */ #include "rt_names.h" |