From c41e81e4f6db5b3b3b01f4fac9b1d4c9968a25a6 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Sun, 19 May 1996 23:55:07 +0000 Subject: [PATCH] Use distributed Berkeley networking headers --- bpf.c | 6 +++--- common/bpf.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bpf.c b/bpf.c index 93f35686..faaf0dc2 100644 --- a/bpf.c +++ b/bpf.c @@ -55,9 +55,9 @@ static char copyright[] = #include #endif #include -#include -#include -#include +#include "includes/netinet/ip.h" +#include "includes/netinet/udp.h" +#include "includes/netinet/if_ether.h" /* Called by get_interface_list for each interface that's discovered. Opens a packet filter for each interface and adds it to the select diff --git a/common/bpf.c b/common/bpf.c index 93f35686..faaf0dc2 100644 --- a/common/bpf.c +++ b/common/bpf.c @@ -55,9 +55,9 @@ static char copyright[] = #include #endif #include -#include -#include -#include +#include "includes/netinet/ip.h" +#include "includes/netinet/udp.h" +#include "includes/netinet/if_ether.h" /* Called by get_interface_list for each interface that's discovered. Opens a packet filter for each interface and adds it to the select