diff options
Diffstat (limited to 'networking/arping.c')
-rw-r--r-- | networking/arping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/arping.c b/networking/arping.c index d71ac4930..0371df369 100644 --- a/networking/arping.c +++ b/networking/arping.c | |||
@@ -16,7 +16,7 @@ | |||
16 | #include <netinet/ether.h> | 16 | #include <netinet/ether.h> |
17 | #include <netpacket/packet.h> | 17 | #include <netpacket/packet.h> |
18 | 18 | ||
19 | #include "busybox.h" | 19 | #include "libbb.h" |
20 | 20 | ||
21 | static struct in_addr src; | 21 | static struct in_addr src; |
22 | static struct in_addr dst; | 22 | static struct in_addr dst; |