2013-01-19 18:11:34 +08:00
|
|
|
--- a/networking/arping.c
|
|
|
|
+++ b/networking/arping.c
|
2012-11-24 04:02:14 +08:00
|
|
|
@@ -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>
|
|
|
|
|