You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
234 B
12 lines
234 B
12 years ago
|
--- a/networking/arping.c
|
||
|
+++ b/networking/arping.c
|
||
12 years ago
|
@@ -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>
|
||
|
|