diff options
Diffstat (limited to 'net/tcpillust/patches/patch-aa')
-rw-r--r-- | net/tcpillust/patches/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/tcpillust/patches/patch-aa b/net/tcpillust/patches/patch-aa new file mode 100644 index 00000000000..72e05e8cc8f --- /dev/null +++ b/net/tcpillust/patches/patch-aa @@ -0,0 +1,10 @@ +$NetBSD: patch-aa,v 1.1 2000/07/31 20:24:18 itojun Exp $ +--- binread.c- Tue Aug 1 05:10:39 2000 ++++ binread.c Tue Aug 1 05:10:48 2000 +@@ -31,4 +31,6 @@ + #include "tcpillust.h" ++#include <sys/queue.h> + #include <sys/socket.h> + #include <pcap.h> ++#include <net/if.h> + #include <net/if_arp.h> |