mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40852 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
234 B
Diff
12 lines
234 B
Diff
--- a/networking/arping.c
|
|
+++ b/networking/arping.c
|
|
@@ -24,6 +24,8 @@
|
|
|
|
#include <arpa/inet.h>
|
|
#include <net/if.h>
|
|
+#include <net/if_arp.h>
|
|
+#include <netinet/if_ether.h>
|
|
#include <netinet/ether.h>
|
|
#include <netpacket/packet.h>
|
|
|