ports/net/netdude/files/patch-nd_arp.c
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
233 B
C

--- protocols/arp/nd_arp.c.orig Sat Oct 12 00:15:36 2002
+++ protocols/arp/nd_arp.c Sat Oct 12 00:15:47 2002
@@ -23,6 +23,7 @@
*/
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>