Root/
| 1 | diff -urN busybox-1.19.4/networking/arping.c busybox-1.19.4.new/networking/arping.c |
| 2 | --- busybox-1.19.4/networking/arping.c 2012-02-04 20:24:55.000000000 +0100 |
| 3 | +++ busybox-1.19.4.new/networking/arping.c 2012-11-23 17:22:13.753252564 +0100 |
| 4 | @@ -24,6 +24,8 @@ |
| 5 | |
| 6 | #include <arpa/inet.h> |
| 7 | #include <net/if.h> |
| 8 | +#include <net/if_arp.h> |
| 9 | +#include <netinet/if_ether.h> |
| 10 | #include <netinet/ether.h> |
| 11 | #include <netpacket/packet.h> |
| 12 | |
| 13 |
