ports/net/netdude/files/patch-nd_arp.h
Ying-Chieh Liao 67bd89cdc7 add netdude 0.3.1
NETwork DUmp data Displayer and Editor for tcpdump tracefiles
2002-10-13 14:11:31 +00:00

10 lines
248 B
C

--- protocols/arp/nd_arp.h.orig Sat Oct 12 00:17:24 2002
+++ protocols/arp/nd_arp.h Sat Oct 12 00:17:38 2002
@@ -26,6 +26,7 @@
#ifndef __nd_arp_h
#define __nd_arp_h
+#include <sys/socket.h>
#include <net/ethernet.h>
#include <net/if_arp.h>