diff options
-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 @@ | |||
7 | #include <net/if.h> | 7 | #include <net/if.h> |
8 | #include <net/if_packet.h> | 8 | #include <net/if_packet.h> |
9 | #include <netpacket/packet.h> | 9 | #include <netpacket/packet.h> |
10 | #include <net/ethernet.h> | 10 | #include <netinet/if_ether.h> |
11 | 11 | ||
12 | #include "ip_common.h" /* #include "libbb.h" is inside */ | 12 | #include "ip_common.h" /* #include "libbb.h" is inside */ |
13 | #include "rt_names.h" | 13 | #include "rt_names.h" |