summaryrefslogtreecommitdiff
path: root/sysutils/netbt-hcidump/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/netbt-hcidump/patches/patch-aj')
-rw-r--r--sysutils/netbt-hcidump/patches/patch-aj15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/netbt-hcidump/patches/patch-aj b/sysutils/netbt-hcidump/patches/patch-aj
new file mode 100644
index 00000000000..f1ceb8f03a7
--- /dev/null
+++ b/sysutils/netbt-hcidump/patches/patch-aj
@@ -0,0 +1,15 @@
+$NetBSD: patch-aj,v 1.1.1.1.8.2 2014/12/27 11:59:22 plunky Exp $
+
+--- parser/tcpip.c.orig 2007-02-18 03:39:02.000000000 +0000
++++ parser/tcpip.c
+@@ -32,8 +32,9 @@
+ #include <string.h>
+ #include <sys/types.h>
+
+-#include <net/ethernet.h>
++#include <net/if.h>
+ #include <netinet/in.h>
++#include <netinet/in_systm.h>
+ #include <netinet/ip.h>
+ #include <netinet/ip6.h>
+ #include <netinet/if_ether.h>