summaryrefslogtreecommitdiff
path: root/sysutils/netbt-hcidump/patches/patch-aj
blob: f1ceb8f03a7030704b1f719d687783f1a504a04f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>