summaryrefslogtreecommitdiff
blob: 80d8e5d6d5a3e0439a0e58c8f7968444a5269b65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/busybox-1.21.0/networking/libiproute/iplink.c
+++ b/busybox-1.21.0/networking/libiproute/iplink.c
@@ -5,8 +5,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 #include <net/if.h>
-#include <net/if_packet.h>
-#include <netpacket/packet.h>
+#include <linux/if_packet.h>
 #include <netinet/if_ether.h>
 
 #include "ip_common.h"  /* #include "libbb.h" is inside */