ports/net/lft/files/patch-lft_ifname.c
Peter Pentchev c7e70f06f4 Add LFT, the Level 4 Traceroute utility.
PR:		48475
Submitted by:	Marco P. Rodrigues <drkangel@drkangel.org>
2003-03-05 14:24:10 +00:00

10 lines
250 B
C

--- lft_ifname.c.orig Wed Mar 5 16:16:49 2003
+++ lft_ifname.c Wed Mar 5 16:17:05 2003
@@ -19,6 +19,7 @@
#ifndef linux
#include <sys/sockio.h>
#endif
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <net/if.h>